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

vipsdisp: 2.6.0 -> 2.6.1
This commit is contained in:
Nick Cao 2023-11-19 11:04:51 -05:00 committed by GitHub
commit 701e7138ec
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.0";
version = "2.6.1";
src = fetchFromGitHub {
owner = "jcupitt";
repo = "vipsdisp";
rev = "v${version}";
hash = "sha256-iLjS3vBhdPPQNtIaM++xKekYTsr1X9f6ED2A7DYV7Lc=";
hash = "sha256-vY3BTbCLf3JOB+eILMvaFUIgG3UBkSdckFAdC4W0OnU=";
};
postPatch = ''