lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python38Packages.keepkey: 6.7.0 -> 7.2.1

authored by

R. RyanTM and committed by
Jonathan Ringer
c8e9d945 5ca1a1a2

+2 -2
+2 -2
pkgs/development/python-modules/keepkey/default.nix
··· 3 3 4 4 buildPythonPackage rec { 5 5 pname = "keepkey"; 6 - version = "6.7.0"; 6 + version = "7.2.1"; 7 7 8 8 src = fetchFromGitHub { 9 9 owner = "keepkey"; 10 10 repo = "python-keepkey"; 11 11 rev = "v${version}"; 12 - sha256 = "0yi27wzb4q371y4bywi4hz37h4x63wjsyaa2mbx0rgc8xl2wm6yz"; 12 + sha256 = "00hqppdj3s9y25x4ad59y8axq94dd4chhw9zixq32sdrd9v8z55a"; 13 13 }; 14 14 15 15 propagatedBuildInputs = [ protobuf hidapi trezor ];