We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent ea1cf95 commit 360089bCopy full SHA for 360089b
pkgs/development/web/nodejs/v8.nix
@@ -10,11 +10,11 @@ let
10
baseName = if enableNpm then "nodejs" else "nodejs-slim";
11
in
12
stdenv.mkDerivation (nodejs // rec {
13
- version = "8.9.3";
+ version = "8.9.4";
14
name = "${baseName}-${version}";
15
src = fetchurl {
16
url = "https://nodejs.org/download/release/v${version}/node-v${version}.tar.xz";
17
- sha256 = "1nmjwsdql92jh6y94jpqa8cmirw6cl3cvaiqdsjyd1bbm8xxp3bl";
+ sha256 = "0vy8rlg58kg75j4sw3xadmbrwxfa56iaykmjl18g9a8wkjfdxp3c";
18
};
19
20
patches = stdenv.lib.optionals stdenv.isDarwin [ ./no-xcode-v7.patch ];
0 commit comments