about summary refs log tree commit diff
path: root/pkgs/tools/graphics/vips
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-11-02 18:07:57 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-11-02 18:07:57 +0000
commitab62aae89bcbbe52ace007198f4fea16102792d5 (patch)
tree91f4c3bbdf7c9aaad928782a31de48192cb1a010 /pkgs/tools/graphics/vips
parent4b05cc6f66f5cd9e4c340467cf1c1d99954e76ca (diff)
vips: 8.13.2 -> 8.13.3
Diffstat (limited to 'pkgs/tools/graphics/vips')
-rw-r--r--pkgs/tools/graphics/vips/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/graphics/vips/default.nix b/pkgs/tools/graphics/vips/default.nix
index 3ea23bafb1842..14831c70b0478 100644
--- a/pkgs/tools/graphics/vips/default.nix
+++ b/pkgs/tools/graphics/vips/default.nix
@@ -38,7 +38,7 @@
 
 stdenv.mkDerivation rec {
   pname = "vips";
-  version = "8.13.2";
+  version = "8.13.3";
 
   outputs = [ "bin" "out" "man" "dev" ];
 
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
     owner = "libvips";
     repo = "libvips";
     rev = "v${version}";
-    sha256 = "sha256-Tff+M2qJ/FPxU7Y5gUnuF+Kbwh8DIW5Tb7fe0Lbi0m4=";
+    sha256 = "sha256-JkG1f2SGLI6tSNlFJ//S37PXIo+L318Mej0bI7p/dVo=";
     # Remove unicode file names which leads to different checksums on HFS+
     # vs. other filesystems because of unicode normalisation.
     postFetch = ''