From 126eb861fb66ec7a043614c5d33994a9cf96531f Mon Sep 17 00:00:00 2001 From: Thomas Coratger <60488569+tcoratger@users.noreply.github.com> Date: Fri, 22 Mar 2024 11:42:55 +0100 Subject: [PATCH] fix zig cli package hash (#489) --- build.zig.zon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.zig.zon b/build.zig.zon index 84c8e6b5..b27f7a25 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -11,7 +11,7 @@ .dependencies = .{ .@"zig-cli" = .{ .url = "https://github.com/sam701/zig-cli/archive/refs/heads/main.tar.gz", - .hash = "12208a4377c7699927605e5a797bad5ae2ba8be4b49f68b9f522b3a755597a21f1cf", + .hash = "122092c8a98897c6e0946f39930ce7b48162bd62400834104c95c871f53887377aa7", }, }, }