xviewer: 3.4.10 -> 3.4.11

https://github.com/linuxmint/xviewer/compare/3.4.10...3.4.11
This commit is contained in:
Bobby Rong
2025-08-07 21:14:49 +08:00
parent 3a6b8fd56b
commit 9e138283ca
+2 -2
View File
@@ -28,13 +28,13 @@
stdenv.mkDerivation rec {
pname = "xviewer";
version = "3.4.10";
version = "3.4.11";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "xviewer";
rev = version;
hash = "sha256-ELjr6W1Hqpvc7ChOrLhVUw9YPRoS/JjXQMNBrCn7JOQ=";
hash = "sha256-fW+hhHJ4i3u0vtbvaQWliIZSLI1WCFhR5CvVZL6Vy8U=";
};
nativeBuildInputs = [