Skip to content

Commit 360089b

Browse files
committedJan 10, 2018
nodejs-8_x: 8.9.3 -> 8.9.4
(cherry picked from commit 59ba2fe)
1 parent ea1cf95 commit 360089b

File tree

1 file changed

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

1 file changed

+2
-2
lines changed
 

Diff for: ‎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.9.3";
13+
version = "8.9.4";
1414
name = "${baseName}-${version}";
1515
src = fetchurl {
1616
url = "https://nodejs.org/download/release/v${version}/node-v${version}.tar.xz";
17-
sha256 = "1nmjwsdql92jh6y94jpqa8cmirw6cl3cvaiqdsjyd1bbm8xxp3bl";
17+
sha256 = "0vy8rlg58kg75j4sw3xadmbrwxfa56iaykmjl18g9a8wkjfdxp3c";
1818
};
1919

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

0 commit comments

Comments
 (0)
Please sign in to comment.