Skip to content

Commit 4e47390

Browse files
Stefan Lauglobin
Stefan Lau
authored andcommittedJul 13, 2017
nodejs: 8.1.0 -> 8.1.4
1 parent 6fda535 commit 4e47390

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/web/nodejs

1 file changed

+2
-2
lines changed
 

‎pkgs/development/web/nodejs/v8.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ let
1010
baseName = if enableNpm then "nodejs" else "nodejs-slim";
1111
in
1212
stdenv.mkDerivation (nodejs // rec {
13-
version = "8.1.0";
13+
version = "8.1.4";
1414
name = "${baseName}-${version}";
1515
src = fetchurl {
1616
url = "https://nodejs.org/download/release/v${version}/node-v${version}.tar.xz";
17-
sha256 = "1z3pcyxni8qmxljz6vbghm8242sr63l0dbc7x22ywbbqkfv21zzj";
17+
sha256 = "00f38bif8f6ws6pcfpfy5cdvanry39l4wb2gzm39qx3rbx28cg58";
1818
};
1919

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

0 commit comments

Comments
 (0)
Please sign in to comment.