batik: md5->sha256

This commit is contained in:
Chris Martin 2016-09-10 13:46:06 -04:00
parent ffc3e24e0b
commit ce44f8df5c

View File

@ -5,7 +5,7 @@ stdenv.mkDerivation {
builder = ./builder.sh;
src = fetchurl {
url = http://tarballs.nixos.org/batik-1.6.zip;
md5 = "edff288fc64f968ff96ca49763d50f3c";
sha256 = "0cf15dspmzcnfda8w5lbsdx28m4v2rpq1dv5zx0r0n99ihqd1sh6";
};
buildInputs = [unzip];