Merge pull request #244952 from foo-dogsquared/update-vipsdisp

vipsdisp: 2.4.1 -> 2.5.0
This commit is contained in:
Mario Rodas 2023-07-23 16:41:09 -05:00 committed by GitHub
commit 717c81fe5b
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.4.1";
version = "2.5.0";
src = fetchFromGitHub {
owner = "jcupitt";
repo = "vipsdisp";
rev = "v${version}";
sha256 = "sha256-zftvjH5hyWBpjRe5uQBDAqbThQaQFHz0UhzM5q8hSk8=";
hash = "sha256-zAvwT6tlL4+EYxJSjnb3Eud1MVbj7Yz4vJcrqM5jXDQ=";
};
postPatch = ''