mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 01:37:37 +00:00
Merge pull request #308614 from Chaostheorie/cobalt.rocks/nodejs-22.1.0
nodejs_22: 22.0.0 -> 22.1.0
This commit is contained in:
commit
ad05f5e1ab
@ -8,8 +8,8 @@ let
|
||||
in
|
||||
buildNodejs {
|
||||
inherit enableNpm;
|
||||
version = "22.0.0";
|
||||
sha256 = "sha256-IuKPv/MfaQc7gCTLQnReUQX4QEHzR1smC5fVoUEDnRo=";
|
||||
version = "22.2.0";
|
||||
sha256 = "sha256-iJkIqIKNFISRDX5lm2qlet6NUo/w45Dpp372WadihHQ=";
|
||||
patches = [
|
||||
./disable-darwin-v8-system-instrumentation-node19.patch
|
||||
./bypass-darwin-xcrun-node16.patch
|
||||
|
Loading…
Reference in New Issue
Block a user