From 0708d6c5d01c0fd113e36b8c36d015e726ad907f Mon Sep 17 00:00:00 2001 From: Yuzu Date: Wed, 6 Nov 2024 13:33:26 +0000 Subject: [PATCH] updated to latest zig --- build.zig.zon | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index c9c5e4f..7b6294e 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -27,10 +27,6 @@ .url = "https://github.com/magurotuna/zig-deque/archive/refs/heads/main.zip", .hash = "1220d1bedf7d5cfc7475842b3d4e8f03f1308be2e724a036677cceb5c4db13c3da3d", }, - .zmpl = .{ - .url = "https://github.com/jetzig-framework/zmpl/archive/refs/heads/main.zip", - .hash = "1220d279461176a5554da195c19e025110096819004c6de86a6bb2e186ac13b63f85", - }, .@"zig-tls" = .{ .url = "https://github.com/yuzudev/zig-tls12/archive/refs/heads/main.zip", .hash = "122079aad9eebc5945e207715c50722bbeca34e7b7a5876b3a322fad6468b28f2ed3", @@ -43,6 +39,10 @@ .url = "https://github.com/yuzudev/zig-zlib/archive/refs/heads/main.zip", .hash = "1220cd041e8d04f1da9d6f46d0438f4e6809b113ba3454fffdaae96b59d2b35a6b2b", }, + .zmpl = .{ + .url = "https://github.com/jetzig-framework/zmpl/archive/refs/heads/main.zip", + .hash = "12209a9d6f652ce712448da1bd41517cceef8eebf86884c1bb29c02fc3a933713afd", + }, }, .paths = .{ "build.zig",