nodejs-17_x: 17.3.0 -> 17.3.1

This commit is contained in:
Moritz Hedtke 2022-01-11 08:15:12 +00:00
parent 110aa80fe8
commit 4bfeab40d6
No known key found for this signature in database
GPG Key ID: 6794D45A488C2EDE

View File

@ -7,8 +7,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "17.3.0";
sha256 = "00sx046xmh75va7jh810npphnz3yrixifjhlj0jqysal93kc9r74";
version = "17.3.1";
sha256 = "070xy8rk5z6jmxiay95sjw0jld6pp2ymig7ryypday5aaiw8y26g";
patches = [
./disable-darwin-v8-system-instrumentation.patch
# Fixes node incorrectly building vendored OpenSSL when we want system OpenSSL.