From ff2c2b1b50c542eb4808d80e0b06f9d0e47988fd Mon Sep 17 00:00:00 2001 From: Emily Date: Wed, 18 Feb 2026 07:24:08 +0000 Subject: [PATCH] hoppscotch: drop `x86_64-darwin` from update script --- pkgs/by-name/ho/hoppscotch/update.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/by-name/ho/hoppscotch/update.sh b/pkgs/by-name/ho/hoppscotch/update.sh index dd18d1942cad..ce3a73ceb62c 100755 --- a/pkgs/by-name/ho/hoppscotch/update.sh +++ b/pkgs/by-name/ho/hoppscotch/update.sh @@ -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)