nodejs-14_x: 14.17.5 -> 14.17.6

https://github.com/nodejs/node/releases/tag/v14.17.6
(cherry picked from commit aff25d4cf0b0461cd2fc7790518593984822cb6c)
This commit is contained in:
Mario Rodas 2021-09-01 07:37:51 -05:00
parent 7dc3972bf5
commit 46fc920ae8
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ let
in
buildNodejs {
inherit enableNpm;
version = "14.17.5";
sha256 = "1a0zj505nhpfcj19qvjy2hvc5a7gadykv51y0rc6032qhzzsgca2";
version = "14.17.6";
sha256 = "0pmd0haav2ychhcsw44klx6wfn8c7j1rsw08rc8hcm5i3h5wsn7l";
patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
}