vips: 8.15.5 -> 8.16.0 (#362444)

This commit is contained in:
Robert Schütz 2024-12-08 17:45:36 -08:00 committed by GitHub
commit 8da14e862a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,7 +50,7 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "vips"; pname = "vips";
version = "8.15.5"; version = "8.16.0";
outputs = [ outputs = [
"bin" "bin"
@ -63,7 +63,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "libvips"; owner = "libvips";
repo = "libvips"; repo = "libvips";
rev = "refs/tags/v${finalAttrs.version}"; rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-Lwe4lu3kS1WxgbM0eRfrMf/UIpDebvooHKvyVv7lq24="; hash = "sha256-Cx657BEZecPeB9rCeVym3C/d+/u+YLJn9vwxfe8b0dM=";
# Remove unicode file names which leads to different checksums on HFS+ # Remove unicode file names which leads to different checksums on HFS+
# vs. other filesystems because of unicode normalisation. # vs. other filesystems because of unicode normalisation.
postFetch = '' postFetch = ''