3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #33663 from rnhmjoj/electron

electron-cash: 3.1.1 -> 3.1.2
This commit is contained in:
adisbladis 2018-01-10 02:57:19 +08:00 committed by GitHub
commit f1a96c50e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,14 +7,14 @@ let
in
python3Packages.buildPythonApplication rec {
version = "3.1.1";
version = "3.1.2";
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 = "cd42a0a0075787125f195508834d8c34d651896c0986d0b2066763add59bad2b";
sha256 = "18h44jfbc2ksj34hdzgszvvq82xi28schl3wp3lkq9fjp7ny0mf3";
};
propagatedBuildInputs = with python3Packages; [