Merge pull request #287032 from galenhuntington/xv5

xv: 4.2.0 -> 5.0.0
This commit is contained in:
a-n-n-a-l-e-e 2024-02-07 13:25:28 -08:00 committed by GitHub
commit 42edd74834
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,26 +7,25 @@
libpng,
libwebp,
libtiff,
libjpeg,
jasper,
}:
stdenv.mkDerivation rec {
pname = "xv";
version = "4.2.0";
version = "5.0.0";
src = fetchFromGitHub {
owner = "jasper-software";
repo = "xv";
rev = "v${version}";
sha256 = "TXUcdrwtPNiS7z795RbzBXzNYRADeVtF5uz4aovLo/M=";
sha256 = "sha256-ATV/LxXQNJB6rjBmurx6a1gRPR8zNuILstvEJoQJhUs=";
};
nativeBuildInputs = [ cmake ];
buildInputs = [ xorg.libX11 xorg.libXt libpng libwebp libtiff jasper ];
meta = {
description = "Classic image viewer and editor for X.";
description = "Classic image viewer and editor for X";
homepage = "http://www.trilon.com/xv/";
license = {
fullName = "XV License";