summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-10-28 05:11:25 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-10-28 05:11:25 +0000
commitfc7a1f33c9e00e46c3f114f458d402a269574a5b (patch)
tree1ab1d53384ab9e15bdf7be2503dda6497d157381 /pkgs/applications/graphics
parent88a14ad6f4119315ca9554249d44081d0e95d6a6 (diff)
downloadnixpkgs-fc7a1f33c9e00e46c3f114f458d402a269574a5b.tar
nixpkgs-fc7a1f33c9e00e46c3f114f458d402a269574a5b.tar.gz
nixpkgs-fc7a1f33c9e00e46c3f114f458d402a269574a5b.tar.bz2
nixpkgs-fc7a1f33c9e00e46c3f114f458d402a269574a5b.tar.lz
nixpkgs-fc7a1f33c9e00e46c3f114f458d402a269574a5b.tar.xz
nixpkgs-fc7a1f33c9e00e46c3f114f458d402a269574a5b.tar.zst
nixpkgs-fc7a1f33c9e00e46c3f114f458d402a269574a5b.zip
batik: 1.15 -> 1.16
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 ee6403271ce..ca1639f811e 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.15";
+  version = "1.16";
 
   src = fetchurl {
     url = "mirror://apache/xmlgraphics/batik/binaries/batik-bin-${version}.tar.gz";
-    sha256 = "sha256-NYo7+8DikUmDsioM1Q1YW1s3KwsQeTnwIKDr+RHxxyo=";
+    sha256 = "sha256-Y4bJ6X46sKx1+fmNkOS2RU7gn7n0fKDnkOYMq0S8fYM=";
   };
 
   meta = with lib; {