rhash: sha1 -> sha256

This commit is contained in:
Joachim Fasting 2017-02-27 11:43:20 +01:00
parent a6ee264f1b
commit 56ae1e25af
No known key found for this signature in database
GPG Key ID: 7544761007FE4E08

View File

@ -7,6 +7,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://sourceforge/rhash/${name}-src.tar.gz";
sha1 = "0981bdc98ba7ef923b1a6cd7fd8bb0374cff632e";
sha256 = "0nii6p4m2x8rkaf8r6smgfwb1q4hpf117kkg64yr6gyqgdchnljv";
};
installFlags = [ "DESTDIR=$(out)" "PREFIX=/" ];