summary refs log tree commit diff
diff options
context:
space:
mode:
authorAnthony Roussel <anthony@roussel.dev>2023-01-08 23:02:43 +0100
committerAnthony Roussel <anthony@roussel.dev>2023-01-13 17:27:24 +0100
commit920bb038e9f0ef9fa5b44814340437a156ba9587 (patch)
tree826822f93edcede5ce8b24ad8c19fb0bf66cceed
parent275ddaec5318819e9b911855d1f6b818e8ead43d (diff)
downloadnixpkgs-920bb038e9f0ef9fa5b44814340437a156ba9587.tar
nixpkgs-920bb038e9f0ef9fa5b44814340437a156ba9587.tar.gz
nixpkgs-920bb038e9f0ef9fa5b44814340437a156ba9587.tar.bz2
nixpkgs-920bb038e9f0ef9fa5b44814340437a156ba9587.tar.lz
nixpkgs-920bb038e9f0ef9fa5b44814340437a156ba9587.tar.xz
nixpkgs-920bb038e9f0ef9fa5b44814340437a156ba9587.tar.zst
nixpkgs-920bb038e9f0ef9fa5b44814340437a156ba9587.zip
nodejs-16_x: 16.18.1 -> 16.19.0
-rw-r--r--pkgs/development/web/nodejs/v16.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/web/nodejs/v16.nix b/pkgs/development/web/nodejs/v16.nix
index 8483e7251b4..c8241ababc0 100644
--- a/pkgs/development/web/nodejs/v16.nix
+++ b/pkgs/development/web/nodejs/v16.nix
@@ -10,8 +10,8 @@ let
 in
   buildNodejs {
     inherit enableNpm;
-    version = "16.18.1";
-    sha256 = "sha256-H4BRqI+G9CBk9EFf56mA5ZsKUC7Mje9YP2MDvE1EUjg=";
+    version = "16.19.0";
+    sha256 = "01k72p0hp4lhlpz1syd9cbkm2gpfww0hn10xdpmzd4i3x8dfq7sg";
     patches = [
       ./disable-darwin-v8-system-instrumentation.patch
       ./bypass-darwin-xcrun-node16.patch