nodejs-14_x: 14.17.0 -> 14.17.1
https://github.com/nodejs/node/releases/tag/v14.17.1 (cherry picked from commit 3a61dc3cae9ed275ab6da0c577d828734ac99295)
This commit is contained in:
parent
917357a287
commit
e12702b599
@ -1,14 +1,13 @@
|
|||||||
{ callPackage, icu68, python3, lib, stdenv, enableNpm ? true }:
|
{ callPackage, python3, lib, stdenv, enableNpm ? true }:
|
||||||
|
|
||||||
let
|
let
|
||||||
buildNodejs = callPackage ./nodejs.nix {
|
buildNodejs = callPackage ./nodejs.nix {
|
||||||
icu = icu68;
|
|
||||||
python = python3;
|
python = python3;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
buildNodejs {
|
buildNodejs {
|
||||||
inherit enableNpm;
|
inherit enableNpm;
|
||||||
version = "14.17.0";
|
version = "14.17.1";
|
||||||
sha256 = "1vf989canwcx0wdpngvkbz2x232yccp7fzs1vcbr60rijgzmpq2n";
|
sha256 = "0zr4b9gja8f9611rnmc9yacmh90bd76xv9ayikcyqdfzdpax5wfx";
|
||||||
patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
|
patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user