Merge pull request #41880 from thefloweringash/nodejs-10.4.0
nodejs: 10.3.0 -> 10.4.1
This commit is contained in:
commit
63d364483c
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue