fix: add real aarch64-linux SRI hash for Nix derivation

Replace placeholder hash with the actual SHA256 hash computed from the
arm64 Claude Desktop installer.

Co-Authored-By: Claude <claude@anthropic.com>
This commit is contained in:
Alexis Williams
2026-02-26 18:53:44 -08:00
parent f914c17a6b
commit 55f7b27ac3

View File

@@ -25,7 +25,7 @@ let
};
aarch64-linux = fetchurl {
url = "https://downloads.claude.ai/releases/win32/arm64/${version}/Claude-d8e39139e1c50f5530ac3da3af80e689710c8ea1.exe";
hash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=";
hash = "sha256-PvKw6JpfLIhzbcrfogLltHNKyZfJtHOpOrGb+vcOkSM=";
};
};