about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authora-n-n-a-l-e-e <150648636+a-n-n-a-l-e-e@users.noreply.github.com>2024-02-07 13:25:28 -0800
committerGitHub <noreply@github.com>2024-02-07 13:25:28 -0800
commit42edd7483408b6c8ea9be799af9ec42c15543c6a (patch)
tree06f0759a090eadb830af993b9cdcfd3ab8a673fa /pkgs/applications/graphics
parenta8ce35f7ca7318b4de8ed084cdc2a5573bdbe4d0 (diff)
parentaec707e098fadacc0a1ae08412a2c9091e83dfba (diff)
downloadnixlib-42edd7483408b6c8ea9be799af9ec42c15543c6a.tar
nixlib-42edd7483408b6c8ea9be799af9ec42c15543c6a.tar.gz
nixlib-42edd7483408b6c8ea9be799af9ec42c15543c6a.tar.bz2
nixlib-42edd7483408b6c8ea9be799af9ec42c15543c6a.tar.lz
nixlib-42edd7483408b6c8ea9be799af9ec42c15543c6a.tar.xz
nixlib-42edd7483408b6c8ea9be799af9ec42c15543c6a.tar.zst
nixlib-42edd7483408b6c8ea9be799af9ec42c15543c6a.zip
Merge pull request #287032 from galenhuntington/xv5
xv: 4.2.0 -> 5.0.0
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/xv/default.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/applications/graphics/xv/default.nix b/pkgs/applications/graphics/xv/default.nix
index b70c96ea8d39..d3708dd0c4a1 100644
--- a/pkgs/applications/graphics/xv/default.nix
+++ b/pkgs/applications/graphics/xv/default.nix
@@ -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";