Skip to content

Commit

Permalink
fix zig cli package hash (keep-starknet-strange#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger authored Mar 22, 2024
1 parent c299ea7 commit 126eb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
.dependencies = .{
.@"zig-cli" = .{
.url = "https://github.com/sam701/zig-cli/archive/refs/heads/main.tar.gz",
.hash = "12208a4377c7699927605e5a797bad5ae2ba8be4b49f68b9f522b3a755597a21f1cf",
.hash = "122092c8a98897c6e0946f39930ce7b48162bd62400834104c95c871f53887377aa7",
},
},
}

0 comments on commit 126eb86

Please sign in to comment.