Merge pull request #175874 from marsam/update-nodejs-16_x

nodejs: 16.15.0 -> 16.15.1, 18.2.0 -> 18.3.0
This commit is contained in:
Mario Rodas 2022-06-02 01:48:39 -05:00 committed by GitHub
commit c3dfa1a55b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -8,8 +8,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "16.15.0";
sha256 = "sha256-oPgS78Q/eDIeygiVeWCkj15r+XAE1QWMjdOwPGRupPc=";
version = "16.15.1";
sha256 = "sha256-1OmdPB9pcREJpnUlVxBY5gCc3bwijn1yO4+0pFQWm30=";
patches = [
./disable-darwin-v8-system-instrumentation.patch
];

View file

@ -7,8 +7,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "18.2.0";
sha256 = "sha256-IwWxXr9VR0dOkFtQAvm6mcfu7wHXOU3+bzhGzGvK1m0=";
version = "18.3.0";
sha256 = "sha256-P2lKgWJuUFfNpXiY53HSE8/FpkmFX0zxxvbNFQxTBiU=";
patches = [
./disable-darwin-v8-system-instrumentation.patch
];