about summary refs log tree commit diff
path: root/pkgs/applications/blockchains/trezor-suite
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2021-07-16 21:56:22 +0000
committerTredwellGit <tredwell@tutanota.com>2021-07-16 21:56:22 +0000
commit6bc106b60447af44217ea6e112d3736cac00636f (patch)
tree3932b1442608e00bbf71fedd1420334f747cd382 /pkgs/applications/blockchains/trezor-suite
parenteb7b4bafc5ccbdfae02d733afcabafc874179d90 (diff)
trezor-suite: 21.6.1 -> 21.7.1
https://github.com/trezor/trezor-suite/releases/tag/v21.6.2
https://github.com/trezor/trezor-suite/releases/tag/v21.7.1
Diffstat (limited to 'pkgs/applications/blockchains/trezor-suite')
-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 4bb5f1f7a6b49..8d2da4c366507 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 = "21.6.1";
+  version = "21.7.1";
   name = "${pname}-${version}";
 
   suffix = {
@@ -20,8 +20,8 @@ let
     url = "https://github.com/trezor/${pname}/releases/download/v${version}/Trezor-Suite-${version}-${suffix}.AppImage";
     # sha512 hashes are obtained from latest-linux-arm64.yml and latest-linux.yml
     sha512 = {
-      aarch64-linux = "sha512-IxWiOJEk2PHdKf4QPHH9Y5rdyhKF3aQCHJe1crS4sYrE+4BLj3rFwRPIIGhJLqzqPyW24Hw/A4lnRnDd/UpsNA==";
-      x86_64-linux  = "sha512-pSJ+4y9v1ltXun3F4UyQoSTJdaFSelIHx49DBbd180MSbpETecVa7OFadKjlSUKD1sknNXG9MDb2hv7SRNdDYw==";
+      aarch64-linux = "sha512-GEu1Zx3IQws8wsVsZUaIKvC0kTe8l/BBPSdu5q44tDpszmPugz8G/8FDAO/Ra50dzyiHhRheybZPuf2BBGGb7A==";
+      x86_64-linux  = "sha512-ghPbQa/MstzfUOWve1KNwB1t9dxK0+eYunBSoShWKpb85hgK69+ncTmhY8HejT28OkjFnGk6h4PWbrnQetj8MA==";
     }.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
   };