Skip to content

Commit 270928b

Browse files
authored
Use new hash format for all dependencies. (#31)
1 parent ce43561 commit 270928b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.zig.zon

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,23 @@
1717
.lazy = true,
1818
},
1919
.zglfw = .{
20-
.url = "https://github.com/zig-gamedev/zglfw/archive/4a5ec6186173a6ae4d71ad01b64dac5561ef0b16.tar.gz",
21-
.hash = "1220fb278bcd5f1be0096c841c29de2374806f3980160aa3e409f551b1c242254b74",
20+
.url = "https://github.com/zig-gamedev/zglfw/archive/dcb1dae7d4a90f88b70dbae73300ab9b19fb250c.tar.gz",
21+
.hash = "zglfw-0.10.0-dev-zgVDNJmZIQCIiO_94Sp5jqrPtz4Eumk3bDcxS7dSZfIj",
2222
.lazy = true,
2323
},
2424
.zgpu = .{
25-
.url = "https://github.com/zig-gamedev/zgpu/archive/987809eff7cb47901192a6d41dc67486e3211f21.tar.gz",
26-
.hash = "1220777b1f964f666f5e990412f34c7dd36b6c399ff15920754f842df297425dffa5",
25+
.url = "https://github.com/zig-gamedev/zgpu/archive/bc10f874cf9c93e347c1298efba87be4f001fc9d.tar.gz",
26+
.hash = "zgpu-0.12.0-dev-AAAAABugCAAgoRbhjK2fTqkFymOhUFpH1oD-tu3J6880",
2727
.lazy = true,
2828
},
2929
.zsdl = .{
30-
.url = "https://github.com/zig-gamedev/zsdl/archive/d03b4d4e7cb7a74e01d9dad30d0f1692286f58f8.tar.gz",
31-
.hash = "12205dcdb071febd9d3412a65e6235b832205cc49c1e20c88a71f62ada4e27dfb878",
30+
.url = "https://github.com/zig-gamedev/zsdl/archive/cd29a0b441e070e0ef38c02ba3e322ef19004a34.tar.gz",
31+
.hash = "zsdl-0.4.0-dev-AAAAAABXWQDfNLmT5yuYIunIkrWPRtuY4bQdUvjFHbut",
3232
.lazy = true,
3333
},
3434
.freetype = .{
3535
.url = "https://github.com/hexops/freetype/archive/972cd37bccecae2cc9f54cf0b562263a13209d02.tar.gz",
36-
.hash = "12204cba3a237cd2c4ab983f5a28d9b54e7a9912d8c7c6e38e23140b0171d6e1ebf8",
36+
.hash = "freetype-0.0.0-AAAAAA5JcwBMujojfNLEq5g_WijZtU56mRLYx8bjjiMU",
3737
.lazy = true,
3838
},
3939
},

0 commit comments

Comments
 (0)