xviewer: 3.4.13 -> 3.4.14

https://github.com/linuxmint/xviewer/compare/3.4.13...3.4.14
This commit is contained in:
Bobby Rong
2025-12-12 22:59:48 +08:00
parent 6afe8a7cf6
commit aea8efff22
+2 -2
View File
@@ -29,13 +29,13 @@
stdenv.mkDerivation rec {
pname = "xviewer";
version = "3.4.13";
version = "3.4.14";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "xviewer";
rev = version;
hash = "sha256-g7ifQ+2FeZzpWfKgtFrWj0YDOB0++s6KGffHhvqGNQE=";
hash = "sha256-2UWe9c9JkNhJyukDp+NTG/bvbMuwSyLBkk2wWvPbxRk=";
};
nativeBuildInputs = [