mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 03:53:47 +00:00
nodejs-19_x: 19.2.0 -> 19.4.0
This commit is contained in:
parent
7146e2a152
commit
ba5367b708
@ -6,15 +6,14 @@ let
|
||||
python = python3;
|
||||
};
|
||||
|
||||
npmPatches = callPackage ./npm-patches.nix { };
|
||||
in
|
||||
buildNodejs {
|
||||
inherit enableNpm;
|
||||
version = "19.2.0";
|
||||
sha256 = "sha256-CVaw/wHy9jg4J+kWpgSBWc4r2wUhf2VKj/9U6BFtwX4=";
|
||||
version = "19.4.0";
|
||||
sha256 = "0qdj67dgxbjpllm2z9vm46c50s3dqk8a34hbp81vsa7mf3b42182";
|
||||
patches = [
|
||||
./revert-arm64-pointer-auth.patch
|
||||
./disable-darwin-v8-system-instrumentation-node19.patch
|
||||
./bypass-darwin-xcrun-node16.patch
|
||||
] ++ npmPatches;
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user