mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
Merge pull request #296670 from PerchunPak/nix-2-16-3
nixVersions.nix_2_16: 2.16.2 -> 2.16.3
This commit is contained in:
commit
3a8eeb4c49
@ -20,6 +20,7 @@ let
|
||||
# Major.minor versions unaffected by CVE-2024-27297
|
||||
unaffectedByFodSandboxEscape = [
|
||||
"2.3"
|
||||
"2.16"
|
||||
"2.18"
|
||||
"2.19"
|
||||
"2.20"
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user