Merge branch 'main' of github.com:der-teufel-programming/ghostty

This commit is contained in:
Krzysztof Wolicki
2024-01-07 21:22:19 +01:00
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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="