Unverified Commit f4573d7d authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

vips: 8.18.1 -> 8.18.2 (#505481)

parents 9f24724d 945acc26
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "vips";
  version = "8.18.1";
  version = "8.18.2";

  outputs = [
    "bin"
@@ -72,7 +72,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "libvips";
    repo = "libvips";
    tag = "v${finalAttrs.version}";
    hash = "sha256-PIaoijkhMKbG8IgK11h8DLemjUR1WNSYB1yfqI4kwdQ=";
    hash = "sha256-w42igzcvnCBoGHAvyb27Z6IciSuGeHctgSsZY30TtWo=";
    # Remove unicode file names which leads to different checksums on HFS+
    # vs. other filesystems because of unicode normalisation.
    postFetch = ''