xviewer: 3.4.11 -> 3.4.12

This commit is contained in:
R. Ryantm
2025-08-27 01:00:41 +00:00
parent 465ab8f097
commit 6a62f04641
+2 -2
View File
@@ -28,13 +28,13 @@
stdenv.mkDerivation rec {
pname = "xviewer";
version = "3.4.11";
version = "3.4.12";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "xviewer";
rev = version;
hash = "sha256-fW+hhHJ4i3u0vtbvaQWliIZSLI1WCFhR5CvVZL6Vy8U=";
hash = "sha256-WvA8T6r9DtlpOZLMEOILO6/0Am3bhCLM8FnwXvALjS8=";
};
nativeBuildInputs = [