Skip to content

Commit

Permalink
Merge pull request #175874 from marsam/update-nodejs-16_x
Browse files Browse the repository at this point in the history
nodejs: 16.15.0 -> 16.15.1, 18.2.0 -> 18.3.0
  • Loading branch information
marsam authored Jun 2, 2022
2 parents de75100 + 19a14c6 commit c3dfa1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/web/nodejs/v16.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
];
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/web/nodejs/v18.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
];
Expand Down

0 comments on commit c3dfa1a

Please sign in to comment.