Merge pull request #251860 from r-ryantm/auto-update/vips

vips: 8.14.3 -> 8.14.4
This commit is contained in:
Weijia Wang 2023-08-30 11:41:01 +02:00 committed by GitHub
commit 78d64d22d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@
stdenv.mkDerivation rec {
pname = "vips";
version = "8.14.3";
version = "8.14.4";
outputs = [ "bin" "out" "man" "dev" ] ++ lib.optionals (!stdenv.isDarwin) [ "devdoc" ];
@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
owner = "libvips";
repo = "libvips";
rev = "v${version}";
hash = "sha256-2BE/cDQU/FP0Lo9/gZiG1IAskTbnhBtzbcL2dRziHmU=";
hash = "sha256-y2Tyi8rxal3s3jLURRGPuCAUuHITRPl1+zJZDp557+I=";
# Remove unicode file names which leads to different checksums on HFS+
# vs. other filesystems because of unicode normalisation.
postFetch = ''