Merge pull request #159668 from marsam/update-nodejs

nodejs: 12.22.9 -> 12.22.10, 14.18.3 -> 14.19.0, 16.13.2 -> 16.14.0, 17.4.0 -> 17.5.0
This commit is contained in:
Mario Rodas
2022-02-12 18:13:03 -05:00
committed by GitHub
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ let
in
buildNodejs {
inherit enableNpm;
version = "12.22.9";
sha256 = "0jp2fdl73zj5lqjvw98i8pcf7m05cvjcab231zjvdhl4wl1jr66s";
version = "12.22.10";
sha256 = "sha256-rUyIkdVKLJu2r0NpVt7q1ZhrlpiwbmxtYW3kKc+1OTo=";
patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
}
+2 -2
View File
@@ -7,7 +7,7 @@ let
in
buildNodejs {
inherit enableNpm;
version = "14.18.3";
sha256 = "026nd6vihjdqz4jn0slg89m8m5vvkvjzgg1aip3dcg9lrm1w8fkq";
version = "14.19.0";
sha256 = "sha256-6S6EYwDmEXVH036o1b0yJEwZsvzvyznhQgpHY39FAww=";
patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
}
+2 -2
View File
@@ -8,8 +8,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "16.13.2";
sha256 = "185lm13q0kwz0qimc38c7mxn8ml6m713pjdjsa9jna9az4gxxccq";
version = "16.14.0";
sha256 = "sha256-BetkGT45H6iiwVnA9gwXGCRxUWX4DGf8q528lE4wxiM=";
patches = [
./disable-darwin-v8-system-instrumentation.patch
# Fixes node incorrectly building vendored OpenSSL when we want system OpenSSL.
+2 -2
View File
@@ -7,8 +7,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "17.4.0";
sha256 = "1ch1hc5qc13qbk7gmpw729wb7s9kmda6sjlhzdw53iq6fzq7336g";
version = "17.5.0";
sha256 = "sha256-myTmgwV2xX7ja6SDM974vldSMph7Tak5Vot7ifdzzcM=";
patches = [
./disable-darwin-v8-system-instrumentation.patch
# Fixes node incorrectly building vendored OpenSSL when we want system OpenSSL.