about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@riseup.net>2018-06-15 01:49:26 +0000
committerGitHub <noreply@github.com>2018-06-15 01:49:26 +0000
commit63d364483cf477a9e8be430be455c9db8d6d71e2 (patch)
treedc29614a1c8e592208698e47d474cdcb19e2f634
parent61ffae720ac5fff0fe37f9c565cd0a26a1463b27 (diff)
parent7df66582094ac9b5e05ef6fb05211f1a4b82f798 (diff)
downloadnixlib-63d364483cf477a9e8be430be455c9db8d6d71e2.tar
nixlib-63d364483cf477a9e8be430be455c9db8d6d71e2.tar.gz
nixlib-63d364483cf477a9e8be430be455c9db8d6d71e2.tar.bz2
nixlib-63d364483cf477a9e8be430be455c9db8d6d71e2.tar.lz
nixlib-63d364483cf477a9e8be430be455c9db8d6d71e2.tar.xz
nixlib-63d364483cf477a9e8be430be455c9db8d6d71e2.tar.zst
nixlib-63d364483cf477a9e8be430be455c9db8d6d71e2.zip
Merge pull request #41880 from thefloweringash/nodejs-10.4.0
nodejs: 10.3.0 -> 10.4.1
-rw-r--r--pkgs/development/web/nodejs/v10.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/web/nodejs/v10.nix b/pkgs/development/web/nodejs/v10.nix
index ec5a0e779c34..07f8e3b60002 100644
--- a/pkgs/development/web/nodejs/v10.nix
+++ b/pkgs/development/web/nodejs/v10.nix
@@ -5,7 +5,7 @@ let
 in
   buildNodejs {
     inherit enableNpm;
-    version = "10.3.0";
-    sha256 = "0c8zcwi7r7nnmk29lprdmvil693x5svy3nzbaaqywmg6x2yyk46b";
+    version = "10.4.1";
+    sha256 = "0i40mn8g71z7wildhnjp64j7fnlld32dibyq677bd4pra95migx5";
     patches = lib.optionals stdenv.isDarwin [ ./no-xcode-v7.patch ./no-xcodebuild.patch ];
   }