tigervnc: 1.16.1 -> 1.16.2

Fixes #504037 / CVE-2026-34352

https://github.com/TigerVNC/tigervnc/compare/v1.16.1...v1.16.2
This commit is contained in:
Thomas Gerbet
2026-03-29 23:09:31 +02:00
parent cdc01d1964
commit d0ce9ae070
+2 -2
View File
@@ -52,14 +52,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
version = "1.16.1";
version = "1.16.2";
pname = "tigervnc";
src = fetchFromGitHub {
owner = "TigerVNC";
repo = "tigervnc";
tag = "v${finalAttrs.version}";
hash = "sha256-mK9WjnAyEqikykCa6AzB6aB+QTZtxyCBmZV+rNbLxYM=";
hash = "sha256-yyJCtv48gKftyYND0v18qvh4gimxJt22vxiZBSNZ07U=";
};
postPatch =