nodejs-14_x: 14.17.2 -> 14.17.3

https://github.com/nodejs/node/releases/tag/v14.17.3
This commit is contained in:
Mario Rodas 2021-07-05 04:20:00 +00:00
parent 7ad9243042
commit 3826b56c7e

View File

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