diff options
| author | Antoine du Hamel <duhamelantoine1995@gmail.com> | 2024-07-10 16:17:36 +0200 |
|---|---|---|
| committer | Antoine du Hamel <duhamelantoine1995@gmail.com> | 2024-07-11 16:05:31 +0200 |
| commit | e1bda3ba1f833d13ac8f2c6600ea1808066aa090 (patch) | |
| tree | 2e020aff2c8e0839dd8f64ab8c49767bcb027d48 | |
| parent | nodejs_18: 18.20.3 -> 18.20.4 (diff) | |
| download | nixpkgs-e1bda3ba1f833d13ac8f2c6600ea1808066aa090.tar.gz | |
nodejs_20: 20.15.0 -> 20.15.1 (#325616)
(cherry picked from commit 149c046f4d6772bf6148ceaa30659d3d67986158)
| -rw-r--r-- | pkgs/development/web/nodejs/v20.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/web/nodejs/v20.nix b/pkgs/development/web/nodejs/v20.nix index fa9770f4a70e..d8471cc0cc32 100644 --- a/pkgs/development/web/nodejs/v20.nix +++ b/pkgs/development/web/nodejs/v20.nix @@ -12,8 +12,8 @@ let in buildNodejs { inherit enableNpm; - version = "20.15.0"; - sha256 = "sha256-D0p6BRw12V65BejLKqQ8XUArExIDkI/mM+s8+gUO+Qc="; + version = "20.15.1"; + sha256 = "sha256-/dU6VynZNmkaKhFRBG+0iXchy4sPyir5V4I6m0D+DDQ="; patches = [ ./disable-darwin-v8-system-instrumentation-node19.patch ./bypass-darwin-xcrun-node16.patch |
