nodejs-14_x: 14.17.1 -> 14.17.2

https://github.com/nodejs/node/releases/tag/v14.17.2
(cherry picked from commit 282c97bb2766590e12e8d393240fe63c235bfdf0)
This commit is contained in:
Mario Rodas 2021-07-01 04:20:00 +00:00
parent 77f9266ab7
commit 3de5eef80f
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ let
in
buildNodejs {
inherit enableNpm;
version = "14.17.1";
sha256 = "0zr4b9gja8f9611rnmc9yacmh90bd76xv9ayikcyqdfzdpax5wfx";
version = "14.17.2";
sha256 = "0gjq61l1lm15bv47w0phil44nbh0fsq3mmqf40xxlm92gswb4psg";
patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
}