Loading pkgs/tools/graphics/vips/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ , Foundation , python3 , fetchFromGitHub , fetchpatch , meson , ninja , gtk-doc Loading Loading @@ -40,7 +39,7 @@ stdenv.mkDerivation rec { pname = "vips"; version = "8.13.3"; version = "8.14.1"; outputs = [ "bin" "out" "man" "dev" "devdoc" ]; Loading @@ -48,7 +47,7 @@ stdenv.mkDerivation rec { owner = "libvips"; repo = "libvips"; rev = "v${version}"; sha256 = "sha256-JkG1f2SGLI6tSNlFJ//S37PXIo+L318Mej0bI7p/dVo="; hash = "sha256-ajGVSVjnv78S/Xd3Aqn0N87I7m39DWKZHAQjwbog+5U="; # Remove unicode file names which leads to different checksums on HFS+ # vs. other filesystems because of unicode normalisation. postFetch = '' Loading Loading @@ -108,6 +107,7 @@ stdenv.mkDerivation rec { ]; meta = with lib; { changelog = "https://github.com/libvips/libvips/blob/${src.rev}/ChangeLog"; homepage = "https://libvips.github.io/libvips/"; description = "Image processing system for large images"; license = licenses.lgpl2Plus; Loading Loading
pkgs/tools/graphics/vips/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ , Foundation , python3 , fetchFromGitHub , fetchpatch , meson , ninja , gtk-doc Loading Loading @@ -40,7 +39,7 @@ stdenv.mkDerivation rec { pname = "vips"; version = "8.13.3"; version = "8.14.1"; outputs = [ "bin" "out" "man" "dev" "devdoc" ]; Loading @@ -48,7 +47,7 @@ stdenv.mkDerivation rec { owner = "libvips"; repo = "libvips"; rev = "v${version}"; sha256 = "sha256-JkG1f2SGLI6tSNlFJ//S37PXIo+L318Mej0bI7p/dVo="; hash = "sha256-ajGVSVjnv78S/Xd3Aqn0N87I7m39DWKZHAQjwbog+5U="; # Remove unicode file names which leads to different checksums on HFS+ # vs. other filesystems because of unicode normalisation. postFetch = '' Loading Loading @@ -108,6 +107,7 @@ stdenv.mkDerivation rec { ]; meta = with lib; { changelog = "https://github.com/libvips/libvips/blob/${src.rev}/ChangeLog"; homepage = "https://libvips.github.io/libvips/"; description = "Image processing system for large images"; license = licenses.lgpl2Plus; Loading