Unverified Commit 701e7138 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #268494 from r-ryantm/auto-update/vipsdisp

vipsdisp: 2.6.0 -> 2.6.1
parents 3a9f07dd f7bdfcda
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation rec {
  pname = "vipsdisp";
  version = "2.6.0";
  version = "2.6.1";

  src = fetchFromGitHub {
    owner = "jcupitt";
    repo = "vipsdisp";
    rev = "v${version}";
    hash = "sha256-iLjS3vBhdPPQNtIaM++xKekYTsr1X9f6ED2A7DYV7Lc=";
    hash = "sha256-vY3BTbCLf3JOB+eILMvaFUIgG3UBkSdckFAdC4W0OnU=";
  };

  postPatch = ''