about summary refs log tree commit diff
path: root/pkgs/applications/graphics/batik
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-01-29 08:21:01 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-01-29 08:21:01 +0000
commit900be0239e42187915f99bab2bbd89f99258c5dd (patch)
treed5547ce01e0c4b0c36838b1447c5f86fa4c34e12 /pkgs/applications/graphics/batik
parent27c60f4959e445498c14eb8901031923f28b4fe0 (diff)
batik: 1.13 -> 1.14
Diffstat (limited to 'pkgs/applications/graphics/batik')
-rw-r--r--pkgs/applications/graphics/batik/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/batik/default.nix b/pkgs/applications/graphics/batik/default.nix
index 4b5974825543f..a88209bfbd891 100644
--- a/pkgs/applications/graphics/batik/default.nix
+++ b/pkgs/applications/graphics/batik/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "batik";
-  version = "1.13";
+  version = "1.14";
 
   src = fetchurl {
     url = "mirror://apache/xmlgraphics/batik/binaries/batik-bin-${version}.tar.gz";
-    sha256 = "16sq90nbs6psgm3xz30sbs6r5dnpd3qzsvr1xvnp4yipwjcmhmkw";
+    sha256 = "sha256-D06qgb5wdS5AahnznDnAGISPCZY/CPqJdGQFRwUsRhg=";
   };
 
   meta = with lib; {