about summary refs log tree commit diff
path: root/pkgs/applications/blockchains/trezor-suite
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2024-06-03 08:22:28 +0200
committerPol Dellaiera <pol.dellaiera@protonmail.com>2024-06-03 08:22:28 +0200
commit0fe55e4233c953685970ebc0e4596c8853267ccc (patch)
tree46b0661dc09682db36cb4cfce454c5ac83cee97e /pkgs/applications/blockchains/trezor-suite
parent518daacfe2ee732432b4a7dac19b72eda037d44d (diff)
trezor-suite: update hash for `aarch64-linux`
Context: https://github.com/NixOS/nixpkgs/pull/316605
Diffstat (limited to 'pkgs/applications/blockchains/trezor-suite')
-rw-r--r--pkgs/applications/blockchains/trezor-suite/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/blockchains/trezor-suite/default.nix b/pkgs/applications/blockchains/trezor-suite/default.nix
index 59fdaf825a6f5..3e61e989f3c2f 100644
--- a/pkgs/applications/blockchains/trezor-suite/default.nix
+++ b/pkgs/applications/blockchains/trezor-suite/default.nix
@@ -19,7 +19,7 @@ let
   src = fetchurl {
     url = "https://github.com/trezor/${pname}/releases/download/v${version}/Trezor-Suite-${version}-${suffix}.AppImage";
     hash = { # curl -Lfs https://github.com/trezor/trezor-suite/releases/latest/download/latest-linux{-arm64,}.yml | grep ^sha512 | sed 's/: /-/'
-      aarch64-linux = "sha512-U3Az5MtsHup+aNO6lVHeAXRAnNLUbQkL5qMTpYZTaLgiZEFQCUigBJXNPaiUiHA1rJAsFh6wpv20iRMcqRr9gA==";
+      aarch64-linux = "sha512-CFkL7vVYz6cS3iHyfG026+c4T3h9y3yDhNkwMKhbrt7hK33Yj1yLQUBw826DUmUNOgwomRwubz5jigCl2724bw==";
       x86_64-linux  = "sha512-JgcnCiq/ozrYDMH7zIns5c6x7TwtpJ6VVg6PUkcoDDgmr9ngIJmAdb+/v9mJUv98WNAPKmhCt0/H9DY2qWJ2Bg==";
     }.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
   };