mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 11:53:27 +00:00
nodejs-19_x: 19.4.0 -> 19.5.0
https://github.com/nodejs/node/releases/tag/v19.5.0
This commit is contained in:
parent
9f8a526995
commit
6e0448abf7
@ -9,8 +9,8 @@ let
|
||||
in
|
||||
buildNodejs {
|
||||
inherit enableNpm;
|
||||
version = "19.4.0";
|
||||
sha256 = "0qdj67dgxbjpllm2z9vm46c50s3dqk8a34hbp81vsa7mf3b42182";
|
||||
version = "19.5.0";
|
||||
sha256 = "sha256-KBMXvce6iVITi/jw9fB2SV95+G6FGmWb4fmD3sM8pXc=";
|
||||
patches = [
|
||||
./revert-arm64-pointer-auth.patch
|
||||
./disable-darwin-v8-system-instrumentation-node19.patch
|
||||
|
Loading…
Reference in New Issue
Block a user