Unverified Commit 9b5f8814 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

vips: 8.15.0 -> 8.15.1
parents 9751adf3 fd86d940
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "vips";
  version = "8.15.0";
  version = "8.15.1";

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

@@ -50,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "libvips";
    repo = "libvips";
    rev = "refs/tags/v${finalAttrs.version}";
    hash = "sha256-WfKq+maLcAXyjk1sq66wSU92ALv4MfRDPKe4Mki0KRQ=";
    hash = "sha256-0zfYpOawH7XnTH9k8BdNDtZEKpYUlCXp7GY+fdXalsE=";
    # Remove unicode file names which leads to different checksums on HFS+
    # vs. other filesystems because of unicode normalisation.
    postFetch = ''