Skip to content

Commit

Permalink
nodejs-9_x: 9.8.0 -> 9.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adisbladis committed Mar 31, 2018
1 parent 017fffc commit 357a2cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/web/nodejs/v9.nix
Expand Up @@ -5,7 +5,7 @@ let
in
buildNodejs {
inherit enableNpm;
version = "9.8.0";
sha256 = "1b0ynhvnq25w29rmshim0dn4m1dknkn1p52idi6acpzswi4vn1h7";
version = "9.10.1";
sha256 = "1widvxbc8sp8p8vp7q38b3zy0w1nx4iaqmp81s6bvaqs08h7wfy9";
patches = lib.optionals stdenv.isDarwin [ ./no-xcode-v7.patch ];
}

0 comments on commit 357a2cc

Please sign in to comment.