nodejs_21: 21.7.0 -> 21.7.1

Changelog: https://github.com/nodejs/node/releases/tag/v21.7.1
This commit is contained in:
Mario Rodas 2024-03-08 04:20:00 +00:00
parent 56cf03ccf2
commit 6837b28d6e

View File

@ -8,8 +8,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "21.7.0";
sha256 = "sha256-5B7v4eWWJO5/MSw4+PffwRWVZBrLIpPSEXbwPSdj6dQ=";
version = "21.7.1";
sha256 = "sha256-EnK24SnVZNveF1J7hEIQuXHCCnCucpJoGGt8udmQpks=";
patches = [
./disable-darwin-v8-system-instrumentation-node19.patch
./bypass-darwin-xcrun-node16.patch