about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPavol Rusnak <pavol@rusnak.io>2024-03-23 23:04:46 +0100
committerPavol Rusnak <pavol@rusnak.io>2024-03-23 23:07:35 +0100
commitf1578f7d970adbdef688cf86b4600c00e75b3f37 (patch)
tree93f4e5fadd2e4efe2e35aef4d7abbd9f25a93b3b
parent2862623f021a0e2426c5e846b33073a6d5eb8cfb (diff)
downloadnixlib-f1578f7d970adbdef688cf86b4600c00e75b3f37.tar
nixlib-f1578f7d970adbdef688cf86b4600c00e75b3f37.tar.gz
nixlib-f1578f7d970adbdef688cf86b4600c00e75b3f37.tar.bz2
nixlib-f1578f7d970adbdef688cf86b4600c00e75b3f37.tar.lz
nixlib-f1578f7d970adbdef688cf86b4600c00e75b3f37.tar.xz
nixlib-f1578f7d970adbdef688cf86b4600c00e75b3f37.tar.zst
nixlib-f1578f7d970adbdef688cf86b4600c00e75b3f37.zip
trezor-suite: 24.2.4 -> 24.3.2
-rw-r--r--pkgs/applications/blockchains/trezor-suite/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/blockchains/trezor-suite/default.nix b/pkgs/applications/blockchains/trezor-suite/default.nix
index 13b29dbc200f..328e423535f3 100644
--- a/pkgs/applications/blockchains/trezor-suite/default.nix
+++ b/pkgs/applications/blockchains/trezor-suite/default.nix
@@ -8,7 +8,7 @@
 
 let
   pname = "trezor-suite";
-  version = "24.2.4";
+  version = "24.3.2";
   name = "${pname}-${version}";
 
   suffix = {
@@ -19,8 +19,8 @@ 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-25nyubEf4Vkjz6jumoQwmqTppJdby0vBVztF2eGZmLA81qysx9cpHboVKqQM3dEPBlYO7EVNSeW9d7qEenweBA==";
-      x86_64-linux  = "sha512-oI7D6eRSzUzMphgJByYFsQ1xcHTKj+SOuDG+8Pb7nX8HVb8tiRqKY+ZZ87LAJppM75eXvf3X1hRNRk5PlI2ELA==";
+      aarch64-linux = "sha512-oj/UrUFTH0QZD2eTHdR/Lu6Tz6AIhbIBgPJD3jH1YJKgOZIzX21H0KSddMgu+iKPw2WmoKf0UP+qqf+yFs/mVQ==";
+      x86_64-linux  = "sha512-RakNuSDKR0neO0IZwTVaARX9tWNDfJwOBFL3teUsNlcrur862I1c6NaaA/RxriujolDRI+wgG0twaUGEXXar5g==";
     }.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
   };