mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 10:44:18 +00:00
pythonPackages.keepkey: 0.7.0 -> 0.7.3
This commit is contained in:
parent
ded452aaa4
commit
37f9d30107
@ -29561,15 +29561,15 @@ in modules // {
|
|||||||
};
|
};
|
||||||
|
|
||||||
keepkey = buildPythonPackage rec{
|
keepkey = buildPythonPackage rec{
|
||||||
version = "0.7.0";
|
version = "0.7.3";
|
||||||
name = "keepkey-${version}";
|
name = "keepkey-${version}";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/k/keepkey/${name}.tar.gz";
|
url = "mirror://pypi/k/keepkey/${name}.tar.gz";
|
||||||
sha256 = "1ikyp4jpydskznsrlwmxh9sn7b64aldwj2lf0phmb19r5kk06qmp";
|
sha256 = "14d2r8dlx997ypgma2k8by90acw7i3l7hfq4gar9lcka0lqfj714";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [ protobuf2_6 hidapi ];
|
propagatedBuildInputs = with self; [ protobuf3_0 hidapi ];
|
||||||
|
|
||||||
buildInputs = with self; [ ecdsa mnemonic ];
|
buildInputs = with self; [ ecdsa mnemonic ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user