hoppscotch: drop x86_64-darwin from update script
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user