vips: 8.17.1 -> 8.17.2

Diff: https://github.com/libvips/libvips/compare/v8.17.1...v8.17.2

Changelog: https://github.com/libvips/libvips/blob/refs/tags/v8.17.2/ChangeLog

+2 -2
+2 -2
pkgs/by-name/vi/vips/package.nix
··· 52 52 53 53 stdenv.mkDerivation (finalAttrs: { 54 54 pname = "vips"; 55 - version = "8.17.1"; 55 + version = "8.17.2"; 56 56 57 57 outputs = [ 58 58 "bin" ··· 66 66 owner = "libvips"; 67 67 repo = "libvips"; 68 68 tag = "v${finalAttrs.version}"; 69 - hash = "sha256-Sc2BWdQIgL/dI0zfbEQVCs3+1QBrLE7BsE3uFHe9C/c="; 69 + hash = "sha256-Jwb1bH0y3lmv/IU5JqcnAxiMK4gj+aTBj5nLKZ+XnKY="; 70 70 # Remove unicode file names which leads to different checksums on HFS+ 71 71 # vs. other filesystems because of unicode normalisation. 72 72 postFetch = ''