summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-10-11 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-10-11 04:20:00 +0000
commitc8e2c3fb5841d09cf7f38374582b5eb20c22e440 (patch)
tree959e83ec55675657b3b18626e6d734a05a7c9459
parenta76cede5ecb2b227a4d1104398c6d5744cf2cc88 (diff)
downloadnixpkgs-c8e2c3fb5841d09cf7f38374582b5eb20c22e440.tar
nixpkgs-c8e2c3fb5841d09cf7f38374582b5eb20c22e440.tar.gz
nixpkgs-c8e2c3fb5841d09cf7f38374582b5eb20c22e440.tar.bz2
nixpkgs-c8e2c3fb5841d09cf7f38374582b5eb20c22e440.tar.lz
nixpkgs-c8e2c3fb5841d09cf7f38374582b5eb20c22e440.tar.xz
nixpkgs-c8e2c3fb5841d09cf7f38374582b5eb20c22e440.tar.zst
nixpkgs-c8e2c3fb5841d09cf7f38374582b5eb20c22e440.zip
nodejs_18: 18.18.0 -> 18.18.1
Changelog: https://github.com/nodejs/node/releases/tag/v18.18.1
-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 13a50dc12db..6e3c36270d2 100644
--- a/pkgs/development/web/nodejs/v18.nix
+++ b/pkgs/development/web/nodejs/v18.nix
@@ -8,8 +8,8 @@ let
 in
 buildNodejs {
   inherit enableNpm;
-  version = "18.18.0";
-  sha256 = "sha256-5NTbrDY02Z+JLwDbR9p4+YSTwzlYLoqV+y3Vn1z+D5A=";
+  version = "18.18.1";
+  sha256 = "sha256-w8lQR+wMKyBjpepLT3HugH9gddHb6uTzIHzaS5rngvY=";
   patches = [
     ./disable-darwin-v8-system-instrumentation.patch
     ./bypass-darwin-xcrun-node16.patch