vips: 8.15.5 -> 8.16.0

This commit is contained in:
R. Ryantm
2024-12-06 14:34:51 +00:00
parent e574201552
commit d2de853317
+2 -2
View File
@@ -50,7 +50,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "vips";
version = "8.15.5";
version = "8.16.0";
outputs = [
"bin"
@@ -63,7 +63,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "libvips";
repo = "libvips";
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+
# vs. other filesystems because of unicode normalisation.
postFetch = ''