xviewer: 3.4.15 -> 3.4.16

This commit is contained in:
R. Ryantm
2026-01-09 12:36:02 +00:00
parent fe3f1d03ab
commit e5f36945c1
+2 -2
View File
@@ -29,13 +29,13 @@
stdenv.mkDerivation rec {
pname = "xviewer";
version = "3.4.15";
version = "3.4.16";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "xviewer";
rev = version;
hash = "sha256-fAB7nbkGx6aNKwRA01013hAiGJ8pEovI0WClOqT0D10=";
hash = "sha256-ayd91gVLuSUVlCxaPSBbx7hg4tthVTaBEnl5V9YYbQw=";
};
nativeBuildInputs = [