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

Commits on Mar 13, 2019

  1. nodejs-11_x: 11.7.0 -> 11.11.0 (security)

    https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V11.md
    
    (see notes for all versions after 11.7.0)
    
    (cherry picked from commit 5d52779)
    dtzWill authored and andir committed Mar 13, 2019
    Copy the full SHA
    1bb2bcf View commit details
  2. Copy the full SHA
    9781b2c View commit details
  3. Copy the full SHA
    3ada76e View commit details
  4. Copy the full SHA
    69fabc2 View commit details

Commits on Mar 18, 2019

  1. Merge pull request #57570 from andir/19.03/nodejs

    [19.03] nodejs_{6,8,10,11}_x: update, security fixes
    andir authored Mar 18, 2019
    Copy the full SHA
    9fea0be 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";
}