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: 128d96e3c354
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a09281ef5a57
Choose a head ref
  • 5 commits
  • 4 files changed
  • 2 contributors

Commits on Mar 8, 2019

  1. Copy the full SHA
    4df1c72 View commit details
  2. Copy the full SHA
    702120e View commit details
  3. Copy the full SHA
    9c894f8 View commit details
  4. Copy the full SHA
    5d52779 View commit details

Commits on Mar 13, 2019

  1. Merge pull request #57074 from dtzWill/update/nodejs-2019-03-08

    nodejs_{6,8,10,11}_x: update, security fixes
    andir authored Mar 13, 2019
    Copy the full SHA
    a09281e View commit details
Showing with 8 additions and 8 deletions.
  1. +2 −2 pkgs/development/web/nodejs/v10.nix
  2. +2 −2 pkgs/development/web/nodejs/v11.nix
  3. +2 −2 pkgs/development/web/nodejs/v6.nix
  4. +2 −2 pkgs/development/web/nodejs/v8.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.15.0";
sha256 = "0gnygq4n7aar4jrynnnslxhlrlrml9f1n9passvj2fxqfi6b6ykr";
version = "10.15.3";
sha256 = "1mcijznh481s44i59p571a38bfvcxm9f8x2l0l1005aly0kdj8jf";
}
4 changes: 2 additions & 2 deletions pkgs/development/web/nodejs/v11.nix
Original file line number Diff line number Diff line change
@@ -5,6 +5,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "11.7.0";
sha256 = "18md1xz055rxds4i831rmmya0xda7cc0wdmr1jnj8vigfbcbvzh7";
version = "11.11.0";
sha256 = "1732jv95xza8813wk7qy22jxh2x9lnc9lr0rqkql7ggf03wymn56";
}
4 changes: 2 additions & 2 deletions pkgs/development/web/nodejs/v6.nix
Original file line number Diff line number Diff line change
@@ -5,6 +5,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "6.16.0";
sha256 = "0ikmpn1kvp5q8andmiyhpr99zniqs86sdlfk31sj3k0wvalq420d";
version = "6.17.0";
sha256 = "0j17cpl1mbqvbaa0bk9n3nd34jdyljbvm53gx8n64bhwly7cgnn1";
}
4 changes: 2 additions & 2 deletions pkgs/development/web/nodejs/v8.nix
Original file line number Diff line number Diff line change
@@ -5,6 +5,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "8.15.0";
sha256 = "0cy6lzk9sn545kkc0jviv0k0hn30kindrpkkkmv3zk2774rj71cn";
version = "8.15.1";
sha256 = "1ldd4p7cf7bjl4yg9d91khzd9662g3wda7g1yr0ljqjjyjiqcr3b";
}