phoenixd: drop x86_64-darwin from update script
This commit is contained in:
@@ -17,7 +17,6 @@ fi
|
||||
|
||||
for system in \
|
||||
aarch64-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 ./. {}; phoenixd.src.url" --system "$system" | tr -d '"')))
|
||||
update-source-version phoenixd $latestVersion $hash --system=$system --ignore-same-version
|
||||
|
||||
Reference in New Issue
Block a user