mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
nodejs-12_x: 12.4.0 -> 12.5.0
This commit is contained in:
parent
02d750348a
commit
5ba41e5940
2 changed files with 2 additions and 4 deletions
|
@ -5,6 +5,6 @@ let
|
|||
in
|
||||
buildNodejs {
|
||||
inherit enableNpm;
|
||||
version = "12.4.0";
|
||||
sha256 = "1qwcv8m1m3293vmb4x2xrpqlpaa1r1951gf0mva60b2hsdk27d90";
|
||||
version = "12.5.0";
|
||||
sha256 = "08haqs104lw44l92bxfii18sdn7y1k07cz3p0ni9bhw7kh4vf5c7";
|
||||
}
|
||||
|
|
|
@ -4240,12 +4240,10 @@ in
|
|||
};
|
||||
nodejs-12_x = callPackage ../development/web/nodejs/v12.nix {
|
||||
openssl = openssl_1_1;
|
||||
icu = icu63;
|
||||
};
|
||||
nodejs-slim-12_x = callPackage ../development/web/nodejs/v12.nix {
|
||||
enableNpm = false;
|
||||
openssl = openssl_1_1;
|
||||
icu = icu63;
|
||||
};
|
||||
|
||||
# Update this when adding the newest nodejs major version!
|
||||
|
|
Loading…
Reference in a new issue