nodejs: 10.3.0 -> 10.4.1

This commit is contained in:
Andrew Childs 2018-06-12 16:29:15 +09:00
parent b224bc1d2b
commit 7df6658209

View File

@ -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 ];
}