Merge pull request #155554 from r-ryantm/auto-update/nodejs-17_x

nodejs-17_x: 17.3.1 -> 17.4.0
This commit is contained in:
Mario Rodas
2022-01-19 06:35:29 -05:00
committed by GitHub
+2 -2
View File
@@ -7,8 +7,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "17.3.1";
sha256 = "070xy8rk5z6jmxiay95sjw0jld6pp2ymig7ryypday5aaiw8y26g";
version = "17.4.0";
sha256 = "1ch1hc5qc13qbk7gmpw729wb7s9kmda6sjlhzdw53iq6fzq7336g";
patches = [
./disable-darwin-v8-system-instrumentation.patch
# Fixes node incorrectly building vendored OpenSSL when we want system OpenSSL.