summary refs log tree commit diff
diff options
context:
space:
mode:
authorPavol Rusnak <pavol@rusnak.io>2022-02-03 12:01:02 +0100
committerGitHub <noreply@github.com>2022-02-03 12:01:02 +0100
commitf1ae6942a593843178d552b22302350eb9f2ca08 (patch)
tree34c31193269bf35fc76b41f594696d40a218ee42
parent3bd14f8b8bc865ba4fa6dd23cd79a035e55c4c81 (diff)
parente0a91196b5a9279ecd924d77287ade72aba536d3 (diff)
downloadnixpkgs-f1ae6942a593843178d552b22302350eb9f2ca08.tar
nixpkgs-f1ae6942a593843178d552b22302350eb9f2ca08.tar.gz
nixpkgs-f1ae6942a593843178d552b22302350eb9f2ca08.tar.bz2
nixpkgs-f1ae6942a593843178d552b22302350eb9f2ca08.tar.lz
nixpkgs-f1ae6942a593843178d552b22302350eb9f2ca08.tar.xz
nixpkgs-f1ae6942a593843178d552b22302350eb9f2ca08.tar.zst
nixpkgs-f1ae6942a593843178d552b22302350eb9f2ca08.zip
Merge pull request #157968 from vdovhanych/trezor-suite
trezor-suite: 21.12.2 -> 22.1.1
-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 2075c95aad9..43f41e5aeef 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.12.2";
+  version = "22.1.1";
   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";
     sha512 = { # curl -Lfs https://github.com/trezor/trezor-suite/releases/latest/download/latest-linux{-arm64,}.yml | grep ^sha512 | sed 's/: /-/'
-      aarch64-linux = "sha512-LzcTFSNN/loYaTDt+QpW8QpSgOTw2097IYdc7mC57Mn4NR/X2hycYZ9ZfZjBh9QFfVu/4R3UN2sA177v6Inomg==";
-      x86_64-linux  = "sha512-W/voBZrXaJVDN4eSUDD6lyBR9BqboD2k2/azI1pWm1NFUmDZFM+OGzyiPB3n+6SziAhca32Ot5Wy27sfmIjh3g==";
+      aarch64-linux = "sha512-hRPwhKdAqiHmsaIuNm5r3ZuKhUh+IipR5/5N/9PwiLEfaSQRWink0dUwyuUoWzy4DyGabLQyIWbQRvR7eRGKJA==";
+      x86_64-linux  = "sha512-W4S7W4TeDtSwWCj6N6EoJJOCYG3m1pK3D+UPlsp7B7VY/0uBtI31+tS28E6TUgXZUttr8IIbqzJYWCuyLfDthQ==";
     }.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
   };