xviewer: 3.4.8 -> 3.4.9

https://github.com/linuxmint/xviewer/compare/3.4.8...3.4.9
This commit is contained in:
Bobby Rong
2025-07-22 22:20:03 +08:00
parent 8496c3e433
commit 77020dbd19
+2 -2
View File
@@ -28,13 +28,13 @@
stdenv.mkDerivation rec {
pname = "xviewer";
version = "3.4.8";
version = "3.4.9";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "xviewer";
rev = version;
hash = "sha256-Wn1a/tGNIJNGbgDKoMMMo/oCXrqCXDM1nTUgCZt0O/U=";
hash = "sha256-WYGX57PUX+WUVVZ1F+oE3QNwKB7ii5FlJdQ/3j5heUA=";
};
nativeBuildInputs = [