Robert Schütz
2025-04-24 12:00:31 -07:00
parent 3222945627
commit a1b4695483
+2 -2
View File
@@ -54,7 +54,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "vips";
version = "8.16.0";
version = "8.16.1";
outputs = [
"bin"
@@ -67,7 +67,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "libvips";
repo = "libvips";
tag = "v${finalAttrs.version}";
hash = "sha256-Cx657BEZecPeB9rCeVym3C/d+/u+YLJn9vwxfe8b0dM=";
hash = "sha256-F2ymfvqwuCtNtFIOLgXvqRWATSMaeV7EQKYyQalCNfc=";
# Remove unicode file names which leads to different checksums on HFS+
# vs. other filesystems because of unicode normalisation.
postFetch = ''