xviewer: 3.4.9 -> 3.4.10

https://github.com/linuxmint/xviewer/compare/3.4.9...3.4.10

+2 -2
+2 -2
pkgs/by-name/xv/xviewer/package.nix
··· 28 28 29 29 stdenv.mkDerivation rec { 30 30 pname = "xviewer"; 31 - version = "3.4.9"; 31 + version = "3.4.10"; 32 32 33 33 src = fetchFromGitHub { 34 34 owner = "linuxmint"; 35 35 repo = "xviewer"; 36 36 rev = version; 37 - hash = "sha256-WYGX57PUX+WUVVZ1F+oE3QNwKB7ii5FlJdQ/3j5heUA="; 37 + hash = "sha256-ELjr6W1Hqpvc7ChOrLhVUw9YPRoS/JjXQMNBrCn7JOQ="; 38 38 }; 39 39 40 40 nativeBuildInputs = [