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:
commit
648e29a94f
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue