Skip to content

Commit

Permalink
Merge pull request #325621 from aduh95/patch-3
Browse files Browse the repository at this point in the history
nodejs_22: 22.4.0 -> 22.4.1
  • Loading branch information
0x4A6F authored Jul 11, 2024
2 parents d586835 + e11b071 commit 1f5ab71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/web/nodejs/v22.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "22.4.0";
sha256 = "sha256-KStDAITy8ykT3H2k6y+8iWklJ3Kp0b/ormxLSpjKOtM=";
version = "22.4.1";
sha256 = "sha256-ZfyFf1qoJWqvyQCzRMARXJrq4loCVB/Vzg29Tf0cX7k=";
patches = [
./disable-darwin-v8-system-instrumentation-node19.patch
./bypass-darwin-xcrun-node16.patch
Expand Down

0 comments on commit 1f5ab71

Please sign in to comment.