Skip to content

Commit

Permalink
nodejs-8_x: 8.9.3 -> 8.9.4
Browse files Browse the repository at this point in the history
(cherry picked from commit 59ba2fe)
  • Loading branch information
adisbladis committed Jan 10, 2018
1 parent ea1cf95 commit 360089b
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.9.3";
version = "8.9.4";
name = "${baseName}-${version}";
src = fetchurl {
url = "https://nodejs.org/download/release/v${version}/node-v${version}.tar.xz";
sha256 = "1nmjwsdql92jh6y94jpqa8cmirw6cl3cvaiqdsjyd1bbm8xxp3bl";
sha256 = "0vy8rlg58kg75j4sw3xadmbrwxfa56iaykmjl18g9a8wkjfdxp3c";
};

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

0 comments on commit 360089b

Please sign in to comment.