nodejs-17_x: 17.4.0 -> 17.5.0

https://github.com/nodejs/node/releases/tag/v17.5.0
This commit is contained in:
Mario Rodas 2022-02-12 04:20:00 +00:00
parent 28e31514a7
commit ec4b194eef

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.