Skip to content

Commit 1b05871

Browse files
committed
Update prebuilt deps
Reverts macos prebuilt SDL3 to version 3.1.1 due to issue with 3.2.0 build.
1 parent 2943b82 commit 1b05871

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.zig.zon

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@
2626
.lazy = true,
2727
},
2828
.@"sdl3-prebuilt-macos" = .{
29-
.url = "https://github.com/zig-gamedev/sdl3-prebuilt-macos/archive/4a64f811962c15c436180b9fe3f67b0a5e7b819a.tar.gz",
30-
.hash = "12205164996fc2502a0f4e06e6a859409b434c169b3e0aa370b9db5ee9c5a7b83851",
29+
.url = "https://github.com/zig-gamedev/sdl3-prebuilt-macos/archive/07985b3c3eb79277ae11a3dcf2b17d68bfe8276f.tar.gz",
30+
.hash = "1220f4a00b613878775ad71299fff1964f3c6e7e21add7a9e82f5f25897c7ac2368e",
3131
.lazy = true,
3232
},
3333
.@"sdl3-prebuilt-x86_64-windows-gnu" = .{
34-
.url = "https://github.com/zig-gamedev/sdl3-prebuilt-x86_64-windows-gnu/archive/b46f8fb93a7295f4be3aec75af3bf282f4a10630.tar.gz",
35-
.hash = "1220587fd3f41711791910c3af94a628846397853b773ac09971c157d28a608d8d93",
34+
.url = "https://github.com/zig-gamedev/sdl3-prebuilt-x86_64-windows-gnu/archive/28c511e284cfacd7d34f1dc654bdda706751e736.tar.gz",
35+
.hash = "122072c3e14e215c022217ee6bfb4169a04436ab3806bca88d5de50d7a9cc2ebb4fd",
3636
.lazy = true,
3737
},
3838
.@"sdl3-prebuilt-x86_64-linux-gnu" = .{
39-
.url = "https://github.com/zig-gamedev/sdl3-prebuilt-x86_64-linux-gnu/archive/ec03b72a851a6281ee25e9f44eb4ba2dae017295.tar.gz",
40-
.hash = "12201d10e23eae4757cf50b246bcac23ec0ea2e61e1f1102a924cce9adbbba59e8c9",
39+
.url = "https://github.com/zig-gamedev/sdl3-prebuilt-x86_64-linux-gnu/archive/183871b80747c77cfd467555ac7921fc828438ee.tar.gz",
40+
.hash = "1220457c9927ab54acd80f67b372b50399dfe1716fdb97865423b1ae86876a95ca81",
4141
.lazy = true,
4242
},
4343
},

0 commit comments

Comments
 (0)