diff options
| author | Antoine du Hamel <duhamelantoine1995@gmail.com> | 2024-07-08 21:04:26 +0200 |
|---|---|---|
| committer | Antoine du Hamel <duhamelantoine1995@gmail.com> | 2024-07-11 16:05:22 +0200 |
| commit | 41423cffc04a4b6320f51fc54c6cb9e3bbac7b34 (patch) | |
| tree | 854424be33581ce063d5e12a46e321e888fc28a1 | |
| parent | nodejs: disable JS test suite on Darwin (diff) | |
| download | nixpkgs-41423cffc04a4b6320f51fc54c6cb9e3bbac7b34.tar.gz | |
nodejs_18: 18.20.3 -> 18.20.4
(cherry picked from commit 2f1765713f65e84aadc3f87cc0e577c0e5813efd)
| -rw-r--r-- | pkgs/development/web/nodejs/v18.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/web/nodejs/v18.nix b/pkgs/development/web/nodejs/v18.nix index 733a4144ddb1..c1c087f17357 100644 --- a/pkgs/development/web/nodejs/v18.nix +++ b/pkgs/development/web/nodejs/v18.nix @@ -23,8 +23,8 @@ let in buildNodejs { inherit enableNpm; - version = "18.20.3"; - sha256 = "sha256-SxRPn9auSx1itzLFsxYOe56EvkrwrgYse0hOiepBro0="; + version = "18.20.4"; + sha256 = "sha256-p2x+oblq62ljoViAYmDICUtiRNZKaWUp0CBUe5qVyio="; patches = [ ./disable-darwin-v8-system-instrumentation.patch ./bypass-darwin-xcrun-node16.patch |
