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

Commits on Oct 21, 2019

  1. Copy the full SHA
    7673965 View commit details
  2. Merge pull request #71522 from marsam/update-nodejs

    nodejs-12_x: 12.12.0 -> 12.13.0
    marsam authored Oct 21, 2019
    Copy the full SHA
    fa4524d View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/web/nodejs/v12.nix
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.12.0";
sha256 = "1hcc9arbc6vpzjvf3sd6alm2rc18x3ay2p0i36wz2r4pp9d8gynr";
version = "12.13.0";
sha256 = "1xmy73q3qjmy68glqxmfrk6baqk655py0cic22h1h0v7rx0iaax8";

patches = stdenv.lib.optionals stdenv.isDarwin [ ./disable-libatomic-darwin.patch ];
}