diff options
| author | R. RyanTM <ryantm-bot@ryantm.com> | 2021-10-13 03:13:21 +0000 |
|---|---|---|
| committer | Mario Rodas <marsam@users.noreply.github.com> | 2021-10-13 00:27:53 -0500 |
| commit | 6159be2511b4bec667060b637480da5c097261b2 (patch) | |
| tree | 6b7344921d8a00a509f0edc4af3769d853c1e7d9 | |
| parent | nodejs-16_x: 16.11.0 -> 16.11.1 (diff) | |
| download | nixpkgs-6159be2511b4bec667060b637480da5c097261b2.tar.gz | |
nodejs: 14.18.0 -> 14.18.1
(cherry picked from commit 574ab51aa96701a1a6cec7435c6945a181fe2d63)
| -rw-r--r-- | pkgs/development/web/nodejs/v14.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/web/nodejs/v14.nix b/pkgs/development/web/nodejs/v14.nix index cb8d8aac3632..0e0bde32b2f8 100644 --- a/pkgs/development/web/nodejs/v14.nix +++ b/pkgs/development/web/nodejs/v14.nix @@ -7,7 +7,7 @@ let in buildNodejs { inherit enableNpm; - version = "14.18.0"; - sha256 = "0naqv0aglsqy51pyiz42xz7wx5pfsbyscpdl8rir6kmfl1c52j3b"; + version = "14.18.1"; + sha256 = "1vc9rypkgr5i5y946jnyr9jjpydxvm74p1s17rg2zayzvlddg89z"; patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff; } |
