python-Electrum: fix file sha256

It's unfortunate that this changed, but the tarball does appear to have
a valid signature.
This commit is contained in:
Michael Alan Dorman 2015-08-16 06:04:33 -04:00
parent ebe451017c
commit 5b91f2dd91

View File

@ -6,7 +6,7 @@ buildPythonPackage rec {
src = fetchurl {
url = "https://download.electrum.org/Electrum-${version}.tar.gz";
sha256 = "0z5ksr1wlywl4bpvxjmmqnsk7jh1jfjdz9lsjkhf2j391jx0wz9q";
sha256 = "0y04m5b410y3s9vqvkbvmlvvx1nr0cyvrnl41yapz8hydw9vdkjx";
};
propagatedBuildInputs = with pythonPackages; [