Skip to content

Commit

Permalink
Merge pull request #63883 from marsam/update-nodejs-12_x
Browse files Browse the repository at this point in the history
nodejs-12_x: 12.4.0 -> 12.5.0
  • Loading branch information
marsam authored Jun 29, 2019
2 parents 8f6c65f + 5ba41e5 commit 4a679d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/web/nodejs/v12.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "12.4.0";
sha256 = "1qwcv8m1m3293vmb4x2xrpqlpaa1r1951gf0mva60b2hsdk27d90";
version = "12.5.0";
sha256 = "08haqs104lw44l92bxfii18sdn7y1k07cz3p0ni9bhw7kh4vf5c7";
}
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 4a679d4

Please sign in to comment.