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

vipsdisp: 2.5.1 -> 2.6.0
This commit is contained in:
Weijia Wang 2023-09-29 09:26:45 +02:00 committed by GitHub
commit ca10207012
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.5.1";
version = "2.6.0";
src = fetchFromGitHub {
owner = "jcupitt";
repo = "vipsdisp";
rev = "v${version}";
hash = "sha256-hx7daXVarV4JdxZfwnTHsuxxijCRP17gkOjicI3EFlM=";
hash = "sha256-iLjS3vBhdPPQNtIaM++xKekYTsr1X9f6ED2A7DYV7Lc=";
};
postPatch = ''
@ -46,6 +46,8 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/jcupitt/vipsdisp";
description = "Tiny image viewer with libvips";
license = licenses.mit;
mainProgram = "vipsdisp";
maintainers = with maintainers; [ foo-dogsquared ];
platforms = platforms.unix;
};
}