about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-04-08 15:00:45 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-04-08 15:00:45 +0000
commit96b04c9895a5a27864e9014b879194780cf53602 (patch)
treef52123a346fefacecce18f48f1325f29d0939b64
parent77843aaf9d4f97a424a6248f0298ff41846e0338 (diff)
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
   ];