nodejs-12_x: 12.22.4 -> 12.22.5

https://github.com/nodejs/node/releases/tag/v12.22.5
(cherry picked from commit 16adcc430c75c0382c2b1ae70d68a4f8eb03e887)
This commit is contained in:
Mario Rodas 2021-08-11 19:00:00 -05:00
parent 074ce6058c
commit ffe7604c23

View File

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