Fix zig-clap dependency URL

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion
2025-12-01 22:09:41 +01:00
parent 6cb53b6e38
commit 3365b33d6d

View File

@@ -5,7 +5,7 @@
.minimum_zig_version = "0.15.0",
.dependencies = .{
.clap = .{
.url = "git+https://github.com/Hejsil/zig-clap?ref=0.11.0",
.url = "git+https://github.com/Hejsil/zig-clap#5289e0753cd274d65344bef1c114284c633536ea",
.hash = "clap-0.11.0-oBajB-HnAQDPCKYzwF7rO3qDFwRcD39Q0DALlTSz5H7e",
},
.zigini = .{