about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-03-26 22:25:11 -0500
committerGitHub <noreply@github.com>2024-03-26 22:25:11 -0500
commit973d6ef64d334c1054344c1e45185a7a54ac25ce (patch)
treeabb62a32c0f2d725e4712abba7165ec3dd405f2a
parent1ef51b540c74f388608373627194bbae5efb2e17 (diff)
parent2c944d20379397c96ff6af697aa04369c9f07dba (diff)
Merge pull request #299327 from marsam/update-nodejs_20
nodejs_20: 20.11.1 -> 20.12.0
-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 5b75793e8f690..103ebe1431e24 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.11.1";
-  sha256 = "sha256-d4E+2/P38W0tNdM1NEPe5OYdXuhNnjE4x1OKPAylIJ4=";
+  version = "20.12.0";
+  sha256 = "sha256-duU0bOv9WBUo9pn3ZPTRpuh8uBi2lnCPI13ctiWg940=";
   patches = [
     ./revert-arm64-pointer-auth.patch
     ./disable-darwin-v8-system-instrumentation-node19.patch