about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-04-03 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2024-04-03 04:20:00 +0000
commit8dab62f640018f77e9512a47e3355c81a7cce842 (patch)
treec8209143cbc8b4e3e2044ef55d27ed2f53aa5566 /pkgs
parentdc7edb6093c81a34ccef13d46d85405779fe9ac4 (diff)
nodejs_20: 20.12.0 -> 20.12.1
Changelog: https://github.com/nodejs/node/releases/tag/v20.12.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/web/nodejs/v20.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/web/nodejs/v20.nix b/pkgs/development/web/nodejs/v20.nix
index 103ebe1431e24..77d7c8ff63772 100644
--- a/pkgs/development/web/nodejs/v20.nix
+++ b/pkgs/development/web/nodejs/v20.nix
@@ -8,8 +8,8 @@ let
 in
 buildNodejs {
   inherit enableNpm;
-  version = "20.12.0";
-  sha256 = "sha256-duU0bOv9WBUo9pn3ZPTRpuh8uBi2lnCPI13ctiWg940=";
+  version = "20.12.1";
+  sha256 = "sha256-aEDUkLpNHVFlXg++EgmVahXbQFUQ1+oWa62YqMnTek4=";
   patches = [
     ./revert-arm64-pointer-auth.patch
     ./disable-darwin-v8-system-instrumentation-node19.patch