mirror of https://github.com/fairyglade/ly.git
Fix zig-clap dependency URL
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
6cb53b6e38
commit
3365b33d6d
|
|
@ -5,7 +5,7 @@
|
||||||
.minimum_zig_version = "0.15.0",
|
.minimum_zig_version = "0.15.0",
|
||||||
.dependencies = .{
|
.dependencies = .{
|
||||||
.clap = .{
|
.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",
|
.hash = "clap-0.11.0-oBajB-HnAQDPCKYzwF7rO3qDFwRcD39Q0DALlTSz5H7e",
|
||||||
},
|
},
|
||||||
.zigini = .{
|
.zigini = .{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue