Skip to content

Commit

Permalink
NodeJS: 10.5.0 -> 10.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wmertens committed Jul 9, 2018
1 parent cac85f6 commit 09abbfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/web/nodejs/v10.nix
Expand Up @@ -5,7 +5,7 @@ let
in
buildNodejs {
inherit enableNpm;
version = "10.5.0";
sha256 = "1g1kdcrhahdsrkazfl9wj25abgjvkncgwwcm2ppgj3avfi1wam3v";
version = "10.6.0";
sha256 = "0sxkhjkcqpyf5gkv1nw93w2hmkglwy2qzfsdy2hgx3z1pvxfn1w0";
patches = lib.optionals stdenv.isDarwin [ ./no-xcode-v7.patch ./no-xcodebuild.patch ];
}

0 comments on commit 09abbfd

Please sign in to comment.