3
0
Fork 0
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:
Mario Rodas 2021-01-27 21:13:28 -05:00 committed by GitHub
commit 7b0f2b8ece
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -8,6 +8,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "15.6.0";
sha256 = "1liqkh1gz1h37fln8xr5krbs2mqjn38n3sws2ydvk84wrpfq3prr";
version = "15.7.0";
sha256 = "1nnv5337p23mhp0s2zgv75yysgfai0px8h1kks2mc8w0xnmwwppg";
}