vips: 8.7.4 -> 8.8.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/vips/versions
wip/yesman
R. RyanTM 5 years ago committed by Mario Rodas
parent a69bf37d97
commit cedfbdf81c
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8
  1. 11
      pkgs/tools/graphics/vips/default.nix

@ -10,13 +10,18 @@
stdenv.mkDerivation rec {
name = "vips-${version}";
version = "8.7.4";
version = "8.8.0";
src = fetchFromGitHub {
owner = "libvips";
repo = "libvips";
rev = "v${version}";
sha256 = "0mcax1qg5i4iqlvgkz3s0c938d7ymx24pv3q2n3w2pjylnnd489s";
sha256 = "17wz4rxn3jb171lrh8v3dxiykjhzwwzs5r7ly651dspcbi6s3r6c";
# Remove unicode file names which leads to different checksums on HFS+
# vs. other filesystems because of unicode normalisation.
extraPostFetch = ''
rm -r $out/test/test-suite/images/
'';
};
nativeBuildInputs = [ pkgconfig autoreconfHook gtk-doc gobject-introspection ];
@ -30,7 +35,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = http://www.vips.ecs.soton.ac.uk;
homepage = "https://libvips.github.io/libvips/";
description = "Image processing system for large images";
license = licenses.lgpl2Plus;
maintainers = with maintainers; [ kovirobi ];

Loading…
Cancel
Save