Commit 152204b0 authored by Robert Schütz's avatar Robert Schütz
Browse files
parent 3fb9672b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@
, Foundation
, python3
, fetchFromGitHub
, fetchpatch
, meson
, ninja
, gtk-doc
@@ -40,7 +39,7 @@

stdenv.mkDerivation rec {
  pname = "vips";
  version = "8.13.3";
  version = "8.14.1";

  outputs = [ "bin" "out" "man" "dev" "devdoc" ];

@@ -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 = ''
@@ -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;