hoppscotch: drop x86_64-darwin from update script

This commit is contained in:
Emily
2026-07-15 03:58:17 +01:00
parent 792d6a0fbf
commit ff2c2b1b50
-1
View File
@@ -17,7 +17,6 @@ update-source-version hoppscotch $latestVersion || true
for system in \
x86_64-linux \
x86_64-darwin \
aarch64-darwin; do
hash=$(nix --extra-experimental-features nix-command hash convert --to sri --hash-algo sha256 $(nix-prefetch-url $(nix-instantiate --eval -E "with import $BASEDIR {}; hoppscotch.src.url" --system "$system" | tr -d '"')))
(cd $BASEDIR && update-source-version hoppscotch $latestVersion $hash --system=$system --ignore-same-version)