about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorChristian Kögler <ck3d@gmx.de>2022-10-01 12:37:51 +0200
committerGitHub <noreply@github.com>2022-10-01 12:37:51 +0200
commitd67120bf88bf6f64e1434f02c2a1a007a559e153 (patch)
tree9cfec1e52df33cbbf96bf078d863712ea1a13fbe /pkgs/tools
parent7cd0de9b17d00965770d9fc2825a34a7f13fd310 (diff)
parentf3b933d18eed19c9573ee4935ff523e0a3ba5529 (diff)
Merge pull request #189647 from r-ryantm/auto-update/vips
vips: 8.13.0 -> 8.13.2
Diffstat (limited to 'pkgs/tools')
-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 64ddc3e3f4634..3ea23bafb1842 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.0";
+  version = "8.13.2";
 
   outputs = [ "bin" "out" "man" "dev" ];
 
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
     owner = "libvips";
     repo = "libvips";
     rev = "v${version}";
-    sha256 = "sha256-N2jq68Vs/D+lZcIJVdjBLVaz2gK/TwqKeNfHUWdS3NA=";
+    sha256 = "sha256-Tff+M2qJ/FPxU7Y5gUnuF+Kbwh8DIW5Tb7fe0Lbi0m4=";
     # Remove unicode file names which leads to different checksums on HFS+
     # vs. other filesystems because of unicode normalisation.
     postFetch = ''