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

vipsdisp: 2.6.1 -> 2.6.3
This commit is contained in:
Nick Cao 2024-01-08 11:11:43 -05:00 committed by GitHub
commit 64da581295
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "vipsdisp";
version = "2.6.1";
version = "2.6.3";
src = fetchFromGitHub {
owner = "jcupitt";
repo = "vipsdisp";
rev = "v${version}";
hash = "sha256-vY3BTbCLf3JOB+eILMvaFUIgG3UBkSdckFAdC4W0OnU=";
hash = "sha256-a8wqDTVZnhqk0zHAuGvwjtJTM0irN2tkRIjx6sIteV0=";
};
postPatch = ''