summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics/batik
diff options
context:
space:
mode:
authorChris Martin <ch.martin@gmail.com>2016-09-10 13:46:06 -0400
committerChris Martin <ch.martin@gmail.com>2016-09-10 13:46:06 -0400
commitce44f8df5cc1643647ee17bf873c5a975b1f3114 (patch)
treef0c3ca6337fe5082ae0a86c2cfe429b50e4eaeb0 /pkgs/applications/graphics/batik
parentffc3e24e0bb457b85c98647d9b5128626f02ea05 (diff)
batik: md5->sha256
Diffstat (limited to 'pkgs/applications/graphics/batik')
-rw-r--r--pkgs/applications/graphics/batik/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/batik/default.nix b/pkgs/applications/graphics/batik/default.nix
index 3c121211e3f0..a27590ccd4da 100644
--- a/pkgs/applications/graphics/batik/default.nix
+++ b/pkgs/applications/graphics/batik/default.nix
@@ -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];