Skip to content

Commit

Permalink
nodejs: 8.5.0 -> 8.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lo1tuma authored and globin committed Sep 28, 2017
1 parent 6c72efe commit f8ffbcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/web/nodejs/v8.nix
Expand Up @@ -10,11 +10,11 @@ let
baseName = if enableNpm then "nodejs" else "nodejs-slim";
in
stdenv.mkDerivation (nodejs // rec {
version = "8.5.0";
version = "8.6.0";
name = "${baseName}-${version}";
src = fetchurl {
url = "https://nodejs.org/download/release/v${version}/node-v${version}.tar.xz";
sha256 = "0g2wyy9zdjzm9c0vbjn8bn49s1b2c7r2iwdfc4dpx7h4wpcfbkg1";
sha256 = "14vy9xnyfz44j460hkrx423g7acpzzyqlxiv6sgmna9qj8872w5i";
};

patches = stdenv.lib.optionals stdenv.isDarwin [ ./no-xcode-v7.patch ];
Expand Down

0 comments on commit f8ffbcb

Please sign in to comment.