electron-cash: 3.1.1 -> 3.1.2

This commit is contained in:
rnhmjoj 2018-01-09 19:17:07 +01:00
parent eec050f395
commit 34c776eaa1
No known key found for this signature in database
GPG key ID: 91BE884FBA4B591A

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; [