vips: 8.18.2 -> 8.18.3

Diff: https://github.com/libvips/libvips/compare/v8.18.2...v8.18.3

Changelog: https://github.com/libvips/libvips/blob/refs/tags/v8.18.3/ChangeLog
(cherry picked from commit 50ba706892)
This commit is contained in:
Robert Schütz 2026-06-12 12:01:02 -07:00 committed by github-actions[bot]
commit 8bd87e8605

View file

@ -58,7 +58,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "vips";
version = "8.18.2";
version = "8.18.3";
outputs = [
"bin"
@ -72,7 +72,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "libvips";
repo = "libvips";
tag = "v${finalAttrs.version}";
hash = "sha256-w42igzcvnCBoGHAvyb27Z6IciSuGeHctgSsZY30TtWo=";
hash = "sha256-P8qjbCcpWNgKthZrXd+GykfPoU2x6avMNoYX1I+YE+k=";
# Remove unicode file names which leads to different checksums on HFS+
# vs. other filesystems because of unicode normalisation.
postFetch = ''