nixVersions.nix_2_16: 2.16.2 -> 2.16.3

This commit is contained in:
PerchunPak 2024-03-17 15:21:31 +01:00
parent d691274a97
commit d1885787f6
No known key found for this signature in database
GPG Key ID: 313F67D1EAB770F9
2 changed files with 3 additions and 5 deletions

View File

@ -20,6 +20,7 @@ let
# Major.minor versions unaffected by CVE-2024-27297
unaffectedByFodSandboxEscape = [
"2.3"
"2.16"
"2.18"
"2.19"
"2.20"

View File

@ -226,11 +226,8 @@ in lib.makeExtensible (self: ({
};
nix_2_16 = common {
version = "2.16.2";
hash = "sha256-VXIYCDkvAWeMoU0W2ZI0TeOszCZA1o8trz6YCPFD5ac=";
patches = [
patch-rapidcheck-shared
];
version = "2.16.3";
hash = "sha256-/tnjRCk+VaWPThzdn3C0zU1AMON+7AFsHgTTzErFxV4=";
};
nix_2_17 = common {