python36Packages.keepkey: 4.0.0 -> 4.0.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-keepkey/versions
This commit is contained in:
parent
db1a509797
commit
1f7c29bc43
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "keepkey";
|
pname = "keepkey";
|
||||||
version = "4.0.0";
|
version = "4.0.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "keepkey";
|
owner = "keepkey";
|
||||||
repo = "python-keepkey";
|
repo = "python-keepkey";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "144awjkc169z2n1ffirs697y6m97izh3pbh3sjhy3nji7jszh592";
|
sha256 = "0aa7j9b4f9gz198j8svxdrffwva1ai8vc55v6xbb2a3lfzmpsf9n";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ protobuf hidapi trezor ];
|
propagatedBuildInputs = [ protobuf hidapi trezor ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user