about summary refs log tree commit diff
path: root/pkgs/applications/graphics/batik
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-09-24 04:55:33 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-09-24 04:55:33 +0000
commit0b0cef29155cd5e4a97961ccd35b56ab3e80d4d3 (patch)
treef6e86ed39db1af4d42b04a67d118a25799e95b9b /pkgs/applications/graphics/batik
parent6fcaded221057f6bc60600bb84ff5578df902c47 (diff)
batik: 1.14 -> 1.15
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 a88209bfbd891..b1259a543c734 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.14";
+  version = "1.15";
 
   src = fetchurl {
     url = "mirror://apache/xmlgraphics/batik/binaries/batik-bin-${version}.tar.gz";
-    sha256 = "sha256-D06qgb5wdS5AahnznDnAGISPCZY/CPqJdGQFRwUsRhg=";
+    sha256 = "sha256-NYo7+8DikUmDsioM1Q1YW1s3KwsQeTnwIKDr+RHxxyo=";
   };
 
   meta = with lib; {