nodejs-12_x: 12.22.4 -> 12.22.5

https://github.com/nodejs/node/releases/tag/v12.22.5
This commit is contained in:
Mario Rodas
2021-08-13 12:05:12 +09:00
committed by Raphael Megzari
parent 0220940e2a
commit 16adcc430c
+2 -2
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;
}