Merge pull request #287032 from galenhuntington/xv5

xv: 4.2.0 -> 5.0.0

authored by a-n-n-a-l-e-e and committed by GitHub 42edd748 a8ce35f7

+3 -4
+3 -4
pkgs/applications/graphics/xv/default.nix
··· 7 7 libpng, 8 8 libwebp, 9 9 libtiff, 10 - libjpeg, 11 10 jasper, 12 11 }: 13 12 14 13 stdenv.mkDerivation rec { 15 14 pname = "xv"; 16 - version = "4.2.0"; 15 + version = "5.0.0"; 17 16 18 17 src = fetchFromGitHub { 19 18 owner = "jasper-software"; 20 19 repo = "xv"; 21 20 rev = "v${version}"; 22 - sha256 = "TXUcdrwtPNiS7z795RbzBXzNYRADeVtF5uz4aovLo/M="; 21 + sha256 = "sha256-ATV/LxXQNJB6rjBmurx6a1gRPR8zNuILstvEJoQJhUs="; 23 22 }; 24 23 25 24 nativeBuildInputs = [ cmake ]; 26 25 buildInputs = [ xorg.libX11 xorg.libXt libpng libwebp libtiff jasper ]; 27 26 28 27 meta = { 29 - description = "Classic image viewer and editor for X."; 28 + description = "Classic image viewer and editor for X"; 30 29 homepage = "http://www.trilon.com/xv/"; 31 30 license = { 32 31 fullName = "XV License";