xviewer: 3.4.14 -> 3.4.15

https://github.com/linuxmint/xviewer/compare/3.4.14...3.4.15
This commit is contained in:
Bobby Rong
2025-12-14 16:37:17 +08:00
parent 05d51d39c6
commit 37f9f50ffa
+2 -2
View File
@@ -29,13 +29,13 @@
stdenv.mkDerivation rec {
pname = "xviewer";
version = "3.4.14";
version = "3.4.15";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "xviewer";
rev = version;
hash = "sha256-2UWe9c9JkNhJyukDp+NTG/bvbMuwSyLBkk2wWvPbxRk=";
hash = "sha256-fAB7nbkGx6aNKwRA01013hAiGJ8pEovI0WClOqT0D10=";
};
nativeBuildInputs = [