updated to latest zig

This commit is contained in:
Yuzu 2024-11-06 13:33:26 +00:00
parent 31944901d9
commit 0708d6c5d0

View File

@ -27,10 +27,6 @@
.url = "https://github.com/magurotuna/zig-deque/archive/refs/heads/main.zip", .url = "https://github.com/magurotuna/zig-deque/archive/refs/heads/main.zip",
.hash = "1220d1bedf7d5cfc7475842b3d4e8f03f1308be2e724a036677cceb5c4db13c3da3d", .hash = "1220d1bedf7d5cfc7475842b3d4e8f03f1308be2e724a036677cceb5c4db13c3da3d",
}, },
.zmpl = .{
.url = "https://github.com/jetzig-framework/zmpl/archive/refs/heads/main.zip",
.hash = "1220d279461176a5554da195c19e025110096819004c6de86a6bb2e186ac13b63f85",
},
.@"zig-tls" = .{ .@"zig-tls" = .{
.url = "https://github.com/yuzudev/zig-tls12/archive/refs/heads/main.zip", .url = "https://github.com/yuzudev/zig-tls12/archive/refs/heads/main.zip",
.hash = "122079aad9eebc5945e207715c50722bbeca34e7b7a5876b3a322fad6468b28f2ed3", .hash = "122079aad9eebc5945e207715c50722bbeca34e7b7a5876b3a322fad6468b28f2ed3",
@ -43,6 +39,10 @@
.url = "https://github.com/yuzudev/zig-zlib/archive/refs/heads/main.zip", .url = "https://github.com/yuzudev/zig-zlib/archive/refs/heads/main.zip",
.hash = "1220cd041e8d04f1da9d6f46d0438f4e6809b113ba3454fffdaae96b59d2b35a6b2b", .hash = "1220cd041e8d04f1da9d6f46d0438f4e6809b113ba3454fffdaae96b59d2b35a6b2b",
}, },
.zmpl = .{
.url = "https://github.com/jetzig-framework/zmpl/archive/refs/heads/main.zip",
.hash = "12209a9d6f652ce712448da1bd41517cceef8eebf86884c1bb29c02fc3a933713afd",
},
}, },
.paths = .{ .paths = .{
"build.zig", "build.zig",