nodejs-12_x: 12.22.5 -> 12.22.6

https://github.com/nodejs/node/releases/tag/v12.22.6
(cherry picked from commit 00fa834e558bca1feeedae4ec9b6cd55bfe4281d)
This commit is contained in:
Mario Rodas 2021-09-01 07:37:23 -05:00
parent ffe7604c23
commit ffffe30c14
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ let
in
buildNodejs {
inherit enableNpm;
version = "12.22.5";
sha256 = "057xhxk440pxlgqpblsh4vfwmfzy0fx1h6q3jr2j79y559ngy9zr";
version = "12.22.6";
sha256 = "0yhgkcp7lx5nglxsrybbjymx1fys3wkbbhkj6h6652gnp0b2y0n2";
patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
}