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

Commits on Aug 20, 2018

  1. nodejs-8_x: 8.11.3 -> 8.11.4

    workflow committed Aug 20, 2018
    Copy the full SHA
    be69261 View commit details

Commits on Aug 21, 2018

  1. Merge pull request #45374 from tenx-tech/nodejs-v8-8.11.4

    nodejs-8_x: 8.11.3 -> 8.11.4
    adisbladis authored Aug 21, 2018
    Copy the full SHA
    d5b060b View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/web/nodejs/v8.nix
4 changes: 2 additions & 2 deletions pkgs/development/web/nodejs/v8.nix
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ let
in
buildNodejs {
inherit enableNpm;
version = "8.11.3";
sha256 = "1q3fc791ng1sgk0i5qnxpxri7235nkjm50zx1z34c759vhgpaz2p";
version = "8.11.4";
sha256 = "02d6a9sq81mbvap6h1ckwrang6wrxbkg0xxzn06wn2vbv7k7vkpv";
patches = lib.optionals stdenv.isDarwin [ ./no-xcode-v7.patch ./no-xcodebuild.patch ];
}