xviewer: 3.4.9 -> 3.4.10

https://github.com/linuxmint/xviewer/compare/3.4.9...3.4.10
This commit is contained in:
Bobby Rong
2025-08-01 00:12:59 +08:00
parent c339af0e69
commit 59658537eb
+2 -2
View File
@@ -28,13 +28,13 @@
stdenv.mkDerivation rec {
pname = "xviewer";
version = "3.4.9";
version = "3.4.10";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "xviewer";
rev = version;
hash = "sha256-WYGX57PUX+WUVVZ1F+oE3QNwKB7ii5FlJdQ/3j5heUA=";
hash = "sha256-ELjr6W1Hqpvc7ChOrLhVUw9YPRoS/JjXQMNBrCn7JOQ=";
};
nativeBuildInputs = [