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 6fda535 commit 4e47390Copy full SHA for 4e47390
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.1.0";
+ version = "8.1.4";
14
name = "${baseName}-${version}";
15
src = fetchurl {
16
url = "https://nodejs.org/download/release/v${version}/node-v${version}.tar.xz";
17
- sha256 = "1z3pcyxni8qmxljz6vbghm8242sr63l0dbc7x22ywbbqkfv21zzj";
+ sha256 = "00f38bif8f6ws6pcfpfy5cdvanry39l4wb2gzm39qx3rbx28cg58";
18
};
19
20
patches = stdenv.lib.optionals stdenv.isDarwin [ ./no-xcode-v7.patch ];
0 commit comments