Skip to content

Commit

Permalink
nodejs-6_x: 6.14.3 -> 6.14.4
Browse files Browse the repository at this point in the history
(cherry picked from commit bfdfb73)
  • Loading branch information
marsam authored and andir committed Sep 11, 2018
1 parent dab31f2 commit 5f59ab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/web/nodejs/v6.nix
Expand Up @@ -5,7 +5,7 @@ let
in
buildNodejs {
inherit enableNpm;
version = "6.14.3";
sha256 = "1jbrfk875aimm65wni059rrydmhp4z0hrxskq3ci6jvykxr8gwg3";
version = "6.14.4";
sha256 = "03zc6jhid6jyi871zlcrkjqffmrpxh01z2xfsl3xp2vzg2czqjws";
patches = lib.optionals stdenv.isDarwin [ ./no-xcode.patch ./no-xcodebuild.patch ];
}

0 comments on commit 5f59ab7

Please sign in to comment.