saxonb: Use sha256

This commit is contained in:
Tim Steinbach 2016-11-10 22:03:51 -05:00
parent 933dfca167
commit 1810f50e0e
No known key found for this signature in database
GPG key ID: 83FF2ACAEB6C2D24

View file

@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "saxonb-8.8";
src = fetchurl {
url = mirror://sourceforge/saxon/saxonb8-8j.zip;
md5 = "35c4c376174cfe340f179d2e44dd84f0";
sha256 = "15bzrfyd2f1045rsp9dp4znyhmizh1pm97q8ji2bc0b43q23xsb8";
};
buildInputs = [unzip];