From 18dccfa07e7f1211c821b4502121af5cfd1e0e16 Mon Sep 17 00:00:00 2001
From: ptisserand
Date: Mon, 4 Dec 2023 16:36:35 +0100
Subject: [PATCH] Update zig-cli url (#224)
---
build.zig.zon | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.zig.zon b/build.zig.zon
index c359d40f..32045bd4 100644
--- a/build.zig.zon
+++ b/build.zig.zon
@@ -10,7 +10,7 @@
},
.dependencies = .{
.@"zig-cli" = .{
- .url = "https://github.com/sam701/zig-cli/archive/refs/heads/main.tar.gz",
+ .url = "https://github.com/sam701/zig-cli/archive/f9e099bacee46b4776afbe7d6326656b33150b3b.tar.gz",
.hash = "1220837b956355c73ccd18f1cce2fc829d7de04a71434e796f9ff913642ac908a1e5",
},
},