From 54e0a48d5376622abe5aeb572bc65e462dfe5789 Mon Sep 17 00:00:00 2001 From: Emily Date: Wed, 18 Feb 2026 07:11:56 +0000 Subject: [PATCH] notesnook: drop `x86_64-darwin` from update script --- pkgs/by-name/no/notesnook/update.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/by-name/no/notesnook/update.sh b/pkgs/by-name/no/notesnook/update.sh index ed977f182a0d..fcf8f5c6027e 100755 --- a/pkgs/by-name/no/notesnook/update.sh +++ b/pkgs/by-name/no/notesnook/update.sh @@ -18,7 +18,6 @@ fi for i in \ "x86_64-linux linux_x86_64.AppImage" \ "aarch64-linux linux_arm64.AppImage" \ - "x86_64-darwin mac_x64.dmg" \ "aarch64-darwin mac_arm64.dmg"; do set -- $i hash=$(nix-hash --to-sri --type sha256 "$(nix-prefetch-url "https://github.com/streetwriters/notesnook/releases/download/v$latestVersion/notesnook_$2")")