about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2022-09-27 21:11:01 +0100
committerGitHub <noreply@github.com>2022-09-27 21:11:01 +0100
commitc1dbe37d7c0934589cf001ab1b8633247480f3ea (patch)
tree8b0df28319a35ff4e55a4739d2d2200f92aeba1c /pkgs/applications/graphics
parent32f3576ef50c577fb27b984c61a5ea15650d72d0 (diff)
parent0b0cef29155cd5e4a97961ccd35b56ab3e80d4d3 (diff)
Merge pull request #192697 from r-ryantm/auto-update/batik
batik: 1.14 -> 1.15
Diffstat (limited to 'pkgs/applications/graphics')
-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; {