Unverified Commit 842da127 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #245056 from r-ryantm/auto-update/vips

vips: 8.14.2 -> 8.14.3
parents 1f21ecae 94aaa919
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@

stdenv.mkDerivation rec {
  pname = "vips";
  version = "8.14.2";
  version = "8.14.3";

  outputs = [ "bin" "out" "man" "dev" ] ++ lib.optionals (!stdenv.isDarwin) [ "devdoc" ];

@@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
    owner = "libvips";
    repo = "libvips";
    rev = "v${version}";
    hash = "sha256-QUWZ11t2JEJBdpNuIY2uRiSL/hffRbV0SV5HowxWaME=";
    hash = "sha256-2BE/cDQU/FP0Lo9/gZiG1IAskTbnhBtzbcL2dRziHmU=";
    # Remove unicode file names which leads to different checksums on HFS+
    # vs. other filesystems because of unicode normalisation.
    postFetch = ''