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: e08c7589133e
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dad6b0e1b32c
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on May 5, 2020

  1. Copy the full SHA
    5d08c56 View commit details

Commits on May 6, 2020

  1. Merge pull request #87024 from marsam/update-nodejs-14_x

    nodejs-14_x: 14.1.0 -> 14.2.0
    marsam authored May 6, 2020
    Copy the full SHA
    dad6b0e View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/web/nodejs/v14.nix
4 changes: 2 additions & 2 deletions pkgs/development/web/nodejs/v14.nix
Original file line number Diff line number Diff line change
@@ -9,6 +9,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "14.1.0";
sha256 = "0pw39628y8qi2jagmmnfj0fkcbv00qcd1cqybiprf1v22hhij44n";
version = "14.2.0";
sha256 = "1kqnkqkv2chw9s0hazbaba5y1555h526825xqk4rr441wcxcrzcf";
}