Merge pull request #63883 from marsam/update-nodejs-12_x

nodejs-12_x: 12.4.0 -> 12.5.0
This commit is contained in:
Mario Rodas 2019-06-28 20:58:07 -05:00 committed by GitHub
commit 4a679d4460
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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

@ -4242,12 +4242,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!