trezor-suite: 25.7.4 -> 25.8.2 (#435538)

authored by Pavol Rusnak and committed by GitHub d61b5c2c 4ec36c1c

+3 -3
+3 -3
pkgs/by-name/tr/trezor-suite/package.nix
··· 10 11 let 12 pname = "trezor-suite"; 13 - version = "25.7.4"; 14 15 suffix = 16 { ··· 24 hash = 25 { 26 # curl -Lfs https://github.com/trezor/trezor-suite/releases/download/v${version}/latest-linux{-arm64,}.yml | grep ^sha512 | sed 's/: /-/' 27 - aarch64-linux = "sha512-7QkyyeCDEEvNbH5qU+oS7ACLgE3lbXLJfeFeyofnfUdNOg68PJKM7ptQms0G/NN4xM0ME6trzbUucQI8QUfo4Q=="; 28 - x86_64-linux = "sha512-MOi/lTxPnMajP06lyfNKBuUTFWzHE61kitowfYryXVhomO3ww7eC5mE5pYzHRIbH7TE+kZm5eUL1hGO2JElPRw=="; 29 } 30 .${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}"); 31 };
··· 10 11 let 12 pname = "trezor-suite"; 13 + version = "25.8.2"; 14 15 suffix = 16 { ··· 24 hash = 25 { 26 # curl -Lfs https://github.com/trezor/trezor-suite/releases/download/v${version}/latest-linux{-arm64,}.yml | grep ^sha512 | sed 's/: /-/' 27 + aarch64-linux = "sha512-bVLTYCT8jkjeJMHWPvzFVkGB69Z46nvebtEDh5HfqYgd3Xwov+s1BHlr82XjN4+0cdKJchXnyKVTShO32+at5A=="; 28 + x86_64-linux = "sha512-wtMTW2Wj6dPsgUupXsHuP2/RS3Yp10bcCjkBfVIDfLrlClKFDHRLt9mNGtSdFfZM791NyDWsjU4xdi082BduSw=="; 29 } 30 .${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}"); 31 };