nix: update hash
parent
2f5bcf2e27
commit
8db0697b5d
|
|
@ -10,7 +10,7 @@ help() {
|
|||
echo "To fix, please (manually) re-run the script from the repository root,"
|
||||
echo "commit, and push the update:"
|
||||
echo ""
|
||||
echo " ./nix/build-support/check-zigCacheHash.sh --update"
|
||||
echo " ./nix/build-support/check-zig-cache-hash.sh --update"
|
||||
echo " git add nix/zigCacheHash.nix"
|
||||
echo " git commit -m \"nix: update Zig cache hash\""
|
||||
echo " git push"
|
||||
|
|
@ -52,7 +52,7 @@ fi
|
|||
|
||||
# Write out the cache file
|
||||
cat > "${CACHE_HASH_FILE}" <<EOS
|
||||
# This file is auto-generated! check build-support/check-zigCacheHash.sh for
|
||||
# This file is auto-generated! check build-support/check-zig-cache-hash.sh for
|
||||
# more details.
|
||||
"${ZIG_CACHE_HASH}"
|
||||
EOS
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
# This file is auto-generated! check build-support/check-zig-cache-hash.sh for
|
||||
# more details.
|
||||
"sha256-Dn9KRvSteFvHWy6ULEQbRIQZf+bVfpVYWsImGm32qeI="
|
||||
"sha256-dkMHalbYjq1IGPMnU4v/U0faJH8KpXuQCN6G++WS2n8="
|
||||
|
|
|
|||
Loading…
Reference in New Issue