3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #165123 from oxalica/bump/electron-cash

electron-cash: 4.2.5 -> 4.2.7 to fix build failure
This commit is contained in:
Lassulus 2022-03-21 16:34:08 +01:00 committed by GitHub
commit 648e29a94f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,13 @@
python3Packages.buildPythonApplication rec {
pname = "electron-cash";
version = "4.2.5";
version = "4.2.7";
src = fetchFromGitHub {
owner = "Electron-Cash";
repo = "Electron-Cash";
rev = version;
sha256 = "sha256-ALIrNnhpX46xdQdfJdx/9e/QtdyBEgi5xLrbuOBJR7o=";
sha256 = "sha256-m8a3x5fPSrnrCH30MToT3aKtX35nFUbeerR7ubWgOOI=";
};
propagatedBuildInputs = with python3Packages; [
@ -40,6 +40,7 @@ python3Packages.buildPythonApplication rec {
keepkey
btchip
hidapi
pyopenssl
pyscard
pysatochip
];