about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-04-08 13:05:58 -0500
committerGitHub <noreply@github.com>2022-04-08 13:05:58 -0500
commit5ad3c9f80bf95e1ccf366a7c0f3aee98b2862671 (patch)
tree045bbbe2c269c4f27662df16f531f941cbc4dd03
parent4f75c9974d1504515af9043e9e9a9beb3b66672c (diff)
parent96b04c9895a5a27864e9014b879194780cf53602 (diff)
Merge pull request #167891 from r-ryantm/auto-update/nodejs-17_x
nodejs-17_x: 17.8.0 -> 17.9.0
-rw-r--r--pkgs/development/web/nodejs/v17.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/web/nodejs/v17.nix b/pkgs/development/web/nodejs/v17.nix
index 1c4dcc02a9713..3fbaf223f303f 100644
--- a/pkgs/development/web/nodejs/v17.nix
+++ b/pkgs/development/web/nodejs/v17.nix
@@ -7,8 +7,8 @@ let
 in
 buildNodejs {
   inherit enableNpm;
-  version = "17.8.0";
-  sha256 = "0jsf6sv42rzpizvil7g1gf9bskh8lx0gcxg0yzpr4hk7mx7i90br";
+  version = "17.9.0";
+  sha256 = "1q1rr9kvlk9rd35x3x206iy894hq2ywyhqxbb6grak6wcvdgcnan";
   patches = [
     ./disable-darwin-v8-system-instrumentation.patch
   ];