Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-04-09 06:05:57 +00:00
committed by GitHub
24 changed files with 3122 additions and 2253 deletions
@@ -3,35 +3,45 @@
python3Packages.buildPythonApplication rec {
pname = "electron-cash";
version = "4.2.0";
version = "4.2.4";
src = fetchFromGitHub {
owner = "Electron-Cash";
repo = "Electron-Cash";
rev = version;
sha256 = "0ixsx4224jilc5zis6wbsbxqxv10mm5sksrzq15xp30zz0bzb6md";
sha256 = "sha256-hiOS0cTaPqllb31p+6nU4GYvw/E1Hdn8yd3sppzGkqg=";
};
propagatedBuildInputs = with python3Packages; [
dnspython
ecdsa
jsonrpclib-pelix
matplotlib
pbkdf2
# requirements
pyaes
pycrypto
pyqt5
pysocks
qrcode
ecdsa
requests
tlslite-ng
qrcode
protobuf
jsonrpclib-pelix
pysocks
qdarkstyle
python-dateutil
stem
certifi
pathvalidate
dnspython
# plugins
keepkey
# requirements-binaries
pyqt5
psutil
pycryptodomex
cryptography
# requirements-hw
cython
trezor
keepkey
btchip
hidapi
pyscard
pysatochip
];
nativeBuildInputs = [ wrapQtAppsHook ];
@@ -83,7 +93,7 @@ python3Packages.buildPythonApplication rec {
'';
homepage = "https://www.electroncash.org/";
platforms = platforms.linux;
maintainers = with maintainers; [ lassulus nyanloutre ];
maintainers = with maintainers; [ lassulus nyanloutre oxalica ];
license = licenses.mit;
};
}
+3 -3
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "free42";
version = "3.0.1";
version = "3.0.2";
src = fetchFromGitHub {
owner = "thomasokken";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Htk2NHgYVL622URx67BUtounAUopLTahaSqfAqd3+ZI=";
sha256 = "sha256-dU8c+tpt+4nCWQj3P2rl6CJNtWFcXaYb3ZESg8hAllQ=";
};
nativeBuildInputs = [ copyDesktopItems pkg-config ];
@@ -84,7 +84,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/thomasokken/free42";
description = "A software clone of HP-42S Calculator";
license = licenses.gpl2Only;
maintainers = with maintainers; [ AndersonTorres ];
maintainers = with maintainers; [ AndersonTorres plabadens ];
platforms = with platforms; unix;
};
}