nodejs-12_x: 12.4.0 -> 12.5.0

This commit is contained in:
Mario Rodas 2019-06-28 01:31:41 -05:00
parent 02d750348a
commit 5ba41e5940
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8
2 changed files with 2 additions and 4 deletions

View file

@ -5,6 +5,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "12.4.0";
sha256 = "1qwcv8m1m3293vmb4x2xrpqlpaa1r1951gf0mva60b2hsdk27d90";
version = "12.5.0";
sha256 = "08haqs104lw44l92bxfii18sdn7y1k07cz3p0ni9bhw7kh4vf5c7";
}

View file

@ -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!