electron-cash: 3.3 -> 3.3.1

This commit is contained in:
nyanloutre 2018-09-12 17:37:38 +02:00
parent c5af608dd2
commit e33a7dfd54
No known key found for this signature in database
GPG Key ID: 194A92D1103ACB2A

View File

@ -7,14 +7,14 @@ let
in
python3Packages.buildPythonApplication rec {
version = "3.3";
version = "3.3.1";
name = "electron-cash-${version}";
src = fetchurl {
url = "https://electroncash.org/downloads/${version}/win-linux/ElectronCash-${version}.tar.gz";
# Verified using official SHA-1 and signature from
# https://github.com/fyookball/keys-n-hashes
sha256 = "1x487hyacdm1qhik1mhfimr4jwcwz7sgsbkh11awrb6j19sxdxym";
sha256 = "1jdy89rfdwc2jadx3rqj5yvynpcn90cx6482ax9f1cj9gfxp9j2b";
};
propagatedBuildInputs = with python3Packages; [