diff --git a/examples/standalone/build.zig.zon b/examples/standalone/build.zig.zon index 44507a7..09cff4c 100644 --- a/examples/standalone/build.zig.zon +++ b/examples/standalone/build.zig.zon @@ -5,8 +5,8 @@ .dependencies = .{ .@"zig-cli" = .{ // URL pattern: https://github.com/sam701/zig-cli/archive/.tar.gz - .url = "https://github.com/sam701/zig-cli/archive/aa3de8e548a3d68c63e299dae3a97bc0a669dfa3.tar.gz", - .hash = "1220b1cc7c256080eb3229d95a8519d6a33035dc83558a8ca1ed6e407008a38fe2c2", + .url = "https://github.com/sam701/zig-cli/archive/8aa44954ce91d1fbbd5660732fea5548c0ab1a80.tar.gz", + .hash = "122092c8a98897c6e0946f39930ce7b48162bd62400834104c95c871f53887377aa7", }, }, }