3
0
Fork 0
forked from mirrors/nixpkgs

jfsutils: replace sha1 with sha256

This commit is contained in:
Jörg Thalheim 2017-02-25 00:28:47 +01:00
parent 7f5cfd3ec5
commit f4c253ff2f
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA

View file

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "http://jfs.sourceforge.net/project/pub/${name}.tar.gz";
sha1 = "291e8bd9d615cf3d27e4000117c81a3602484a50";
sha256 = "0kbsy2sk1jv4m82rxyl25gwrlkzvl3hzdga9gshkxkhm83v1aji4";
};
patches = [ ./types.patch ./hardening-format.patch ];