Merge pull request #63883 from marsam/update-nodejs-12_x
nodejs-12_x: 12.4.0 -> 12.5.0
This commit is contained in:
commit
4a679d4460
@ -5,6 +5,6 @@ let
|
|||||||
in
|
in
|
||||||
buildNodejs {
|
buildNodejs {
|
||||||
inherit enableNpm;
|
inherit enableNpm;
|
||||||
version = "12.4.0";
|
version = "12.5.0";
|
||||||
sha256 = "1qwcv8m1m3293vmb4x2xrpqlpaa1r1951gf0mva60b2hsdk27d90";
|
sha256 = "08haqs104lw44l92bxfii18sdn7y1k07cz3p0ni9bhw7kh4vf5c7";
|
||||||
}
|
}
|
||||||
|
@ -4242,12 +4242,10 @@ in
|
|||||||
};
|
};
|
||||||
nodejs-12_x = callPackage ../development/web/nodejs/v12.nix {
|
nodejs-12_x = callPackage ../development/web/nodejs/v12.nix {
|
||||||
openssl = openssl_1_1;
|
openssl = openssl_1_1;
|
||||||
icu = icu63;
|
|
||||||
};
|
};
|
||||||
nodejs-slim-12_x = callPackage ../development/web/nodejs/v12.nix {
|
nodejs-slim-12_x = callPackage ../development/web/nodejs/v12.nix {
|
||||||
enableNpm = false;
|
enableNpm = false;
|
||||||
openssl = openssl_1_1;
|
openssl = openssl_1_1;
|
||||||
icu = icu63;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Update this when adding the newest nodejs major version!
|
# Update this when adding the newest nodejs major version!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user