Skip to content

Commit

Permalink
Merge pull request #75887 from marsam/update-nodejs
Browse files Browse the repository at this point in the history
nodejs: 10.17.0 -> 10.18.0, 12.13.1 -> 12.14.0
  • Loading branch information
marsam committed Dec 18, 2019
2 parents 07f5ba6 + 2078b60 commit 2a361e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/web/nodejs/v10.nix
Expand Up @@ -5,6 +5,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "10.17.0";
sha256 = "13n5cvb340ba7vwm8il7bjrmpz89h6cibhk9rc3kq9ymdgbnf9j1";
version = "10.18.0";
sha256 = "1ppycqffsy7ix6whdp6id7ld1qizwvjlzxyk12kxw4wphjmn49hb";
}
4 changes: 2 additions & 2 deletions pkgs/development/web/nodejs/v12.nix
Expand Up @@ -5,8 +5,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "12.13.1";
sha256 = "14mia71sr8p0ibz9g4j5xb5qwmik36qi5nhabjbv0sy2kirkm7il";
version = "12.14.0";
sha256 = "0wdyz6fymkf2pfb5bf5ddcza7f2n55p9zqjvq661nr5gl9xj32h8";

patches = stdenv.lib.optionals stdenv.isDarwin [ ./disable-libatomic-darwin.patch ];
}

0 comments on commit 2a361e5

Please sign in to comment.