0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

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