electron-cash: 4.2.0 -> 4.2.4

This commit is contained in:
oxalica 2021-04-07 19:57:34 +08:00
parent 5162507599
commit ed190bc815
No known key found for this signature in database
GPG Key ID: CED392DE0C483D00

View File

@ -3,35 +3,45 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "electron-cash"; pname = "electron-cash";
version = "4.2.0"; version = "4.2.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Electron-Cash"; owner = "Electron-Cash";
repo = "Electron-Cash"; repo = "Electron-Cash";
rev = version; rev = version;
sha256 = "0ixsx4224jilc5zis6wbsbxqxv10mm5sksrzq15xp30zz0bzb6md"; sha256 = "sha256-hiOS0cTaPqllb31p+6nU4GYvw/E1Hdn8yd3sppzGkqg=";
}; };
propagatedBuildInputs = with python3Packages; [ propagatedBuildInputs = with python3Packages; [
dnspython # requirements
ecdsa
jsonrpclib-pelix
matplotlib
pbkdf2
pyaes pyaes
pycrypto ecdsa
pyqt5
pysocks
qrcode
requests requests
tlslite-ng qrcode
protobuf
jsonrpclib-pelix
pysocks
qdarkstyle qdarkstyle
python-dateutil
stem stem
certifi
pathvalidate
dnspython
# plugins # requirements-binaries
keepkey pyqt5
psutil
pycryptodomex
cryptography
# requirements-hw
cython
trezor trezor
keepkey
btchip btchip
hidapi
pyscard
pysatochip
]; ];
nativeBuildInputs = [ wrapQtAppsHook ]; nativeBuildInputs = [ wrapQtAppsHook ];
@ -83,7 +93,7 @@ python3Packages.buildPythonApplication rec {
''; '';
homepage = "https://www.electroncash.org/"; homepage = "https://www.electroncash.org/";
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ lassulus nyanloutre ]; maintainers = with maintainers; [ lassulus nyanloutre oxalica ];
license = licenses.mit; license = licenses.mit;
}; };
} }