lol

Merge pull request #33663 from rnhmjoj/electron

electron-cash: 3.1.1 -> 3.1.2

authored by

adisbladis and committed by
GitHub
f1a96c50 eec050f3

+2 -2
+2 -2
pkgs/applications/misc/electron-cash/default.nix
··· 7 7 in 8 8 9 9 python3Packages.buildPythonApplication rec { 10 - version = "3.1.1"; 10 + version = "3.1.2"; 11 11 name = "electron-cash-${version}"; 12 12 13 13 src = fetchurl { 14 14 url = "https://electroncash.org/downloads/${version}/win-linux/ElectronCash-${version}.tar.gz"; 15 15 # Verified using official SHA-1 and signature from 16 16 # https://github.com/fyookball/keys-n-hashes 17 - sha256 = "cd42a0a0075787125f195508834d8c34d651896c0986d0b2066763add59bad2b"; 17 + sha256 = "18h44jfbc2ksj34hdzgszvvq82xi28schl3wp3lkq9fjp7ny0mf3"; 18 18 }; 19 19 20 20 propagatedBuildInputs = with python3Packages; [