vips: 8.15.3 -> 8.15.5

https://github.com/libvips/libvips/compare/v8.15.3...v8.15.5
This commit is contained in:
Anthony ROUSSEL 2024-10-26 20:24:23 +02:00
parent 7ef4cb6032
commit 60f3c0325f

View File

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