forked from mirrors/nixpkgs
nodejs-14_x: 14.17.1 -> 14.17.2
https://github.com/nodejs/node/releases/tag/v14.17.2
This commit is contained in:
parent
a7a66aa2ea
commit
282c97bb27
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue