forked from mirrors/nixpkgs
Merge pull request #110934 from marsam/update-nodejs
nodejs: 10.23.1 -> 10.23.2, 15.6.0 -> 15.7.0
This commit is contained in:
commit
7b0f2b8ece
|
@ -8,7 +8,7 @@ let
|
|||
in
|
||||
buildNodejs {
|
||||
inherit enableNpm;
|
||||
version = "10.23.1";
|
||||
sha256 = "1ypddif8jc8qrw9n1f8zbpknjcbnjc9xhpm57hc5nqbrmzsidal8";
|
||||
version = "10.23.2";
|
||||
sha256 = "1iyvs56x5zvvqmpr6kkamgpfj70n2rj1fh7afc7q8hj3bq7f1985";
|
||||
patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
|
||||
}
|
||||
|
|
|
@ -8,6 +8,6 @@ let
|
|||
in
|
||||
buildNodejs {
|
||||
inherit enableNpm;
|
||||
version = "15.6.0";
|
||||
sha256 = "1liqkh1gz1h37fln8xr5krbs2mqjn38n3sws2ydvk84wrpfq3prr";
|
||||
version = "15.7.0";
|
||||
sha256 = "1nnv5337p23mhp0s2zgv75yysgfai0px8h1kks2mc8w0xnmwwppg";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue