about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-05-04 07:11:22 -0500
committerGitHub <noreply@github.com>2022-05-04 07:11:22 -0500
commit66466528e791c078d278d6cc9305d067af59cd0f (patch)
tree0fba08deb5fe4ce33a4ba749f3af3e051e141e5a /pkgs/development
parent25fedf1fa8c727d543bf8fea065edb0190113f2e (diff)
parent1e1ac4e2c65afde99e9420cd71893b47ac14d8bb (diff)
Merge pull request #171407 from r-ryantm/auto-update/nodejs-18_x
nodejs-18_x: 18.0.0 -> 18.1.0
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/web/nodejs/v18.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/web/nodejs/v18.nix b/pkgs/development/web/nodejs/v18.nix
index 562989d2fd313..6a55c20b195bc 100644
--- a/pkgs/development/web/nodejs/v18.nix
+++ b/pkgs/development/web/nodejs/v18.nix
@@ -7,8 +7,8 @@ let
 in
 buildNodejs {
   inherit enableNpm;
-  version = "18.0.0";
-  sha256 = "sha256-NE0OZUC1JMaal5/1w+eM2nJU/XLANpmSa+sLhVi4znU=";
+  version = "18.1.0";
+  sha256 = "0zhb61ihzslmpl1g3dd6vcxjccc8gwj1v4hfphk7f3cy10hcrc78";
   patches = [
     ./disable-darwin-v8-system-instrumentation.patch
   ];