vips: 8.17.2 -> 8.17.3
Diff: https://github.com/libvips/libvips/compare/v8.17.2...v8.17.3 Changelog: https://github.com/libvips/libvips/blob/refs/tags/v8.17.3/ChangeLog
This commit is contained in:
@@ -52,7 +52,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "vips";
|
pname = "vips";
|
||||||
version = "8.17.2";
|
version = "8.17.3";
|
||||||
|
|
||||||
outputs = [
|
outputs = [
|
||||||
"bin"
|
"bin"
|
||||||
@@ -66,7 +66,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
owner = "libvips";
|
owner = "libvips";
|
||||||
repo = "libvips";
|
repo = "libvips";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-Jwb1bH0y3lmv/IU5JqcnAxiMK4gj+aTBj5nLKZ+XnKY=";
|
hash = "sha256-yxjfkb2R3JPHbz0vCG4hkW9Davoc9MUPHL9Cqc+Ik0Y=";
|
||||||
# Remove unicode file names which leads to different checksums on HFS+
|
# Remove unicode file names which leads to different checksums on HFS+
|
||||||
# vs. other filesystems because of unicode normalisation.
|
# vs. other filesystems because of unicode normalisation.
|
||||||
postFetch = ''
|
postFetch = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user