Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9d689de185a5
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 08decd7ada3c
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Feb 6, 2020

  1. Copy the full SHA
    f3dc056 View commit details
  2. Copy the full SHA
    1817743 View commit details
  3. Copy the full SHA
    e1168dc View commit details

Commits on Feb 7, 2020

  1. Merge pull request #79333 from marsam/update-nodejs

    nodejs: 10.18.1 -> 10.19.0, 12.14.1 -> 12.15.0, 13.7.0 -> 13.8.0
    marsam authored Feb 7, 2020
    Copy the full SHA
    08decd7 View commit details
Showing with 6 additions and 6 deletions.
  1. +2 −2 pkgs/development/web/nodejs/v10.nix
  2. +2 −2 pkgs/development/web/nodejs/v12.nix
  3. +2 −2 pkgs/development/web/nodejs/v13.nix
4 changes: 2 additions & 2 deletions pkgs/development/web/nodejs/v10.nix
Original file line number Diff line number Diff line change
@@ -5,6 +5,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "10.18.1";
sha256 = "0dgax08lkgjvafp6i0c5h8wqqs0w49j8mh8fqi6ppbrryhviibrr";
version = "10.19.0";
sha256 = "0sginvcsf7lrlzsnpahj4bj1f673wfvby8kaxgvzlrbb7sy229v2";
}
4 changes: 2 additions & 2 deletions pkgs/development/web/nodejs/v12.nix
Original file line number Diff line number Diff line change
@@ -5,8 +5,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "12.14.1";
sha256 = "1nvsivl496fgaypbk2pqqh7py29g7wsggyjlqydy1c0q4f24nyw7";
version = "12.15.0";
sha256 = "06x8sma4rxbw0mxj0l4438lfpv9abxmnw2ibamq1acng1jl4zyyj";

patches = stdenv.lib.optionals stdenv.isDarwin [ ./disable-libatomic-darwin.patch ];
}
4 changes: 2 additions & 2 deletions pkgs/development/web/nodejs/v13.nix
Original file line number Diff line number Diff line change
@@ -5,6 +5,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "13.7.0";
sha256 = "1fql5858aqny8krrqrgdp97kfia8xv0jlviwnm3akmv8i1i6xqkh";
version = "13.8.0";
sha256 = "1h437yvg43xci35rvp55gvb94rddkf4j9i9iw81bmkwhvb4h8qdv";
}