about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-05-17 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2022-05-17 04:20:00 +0000
commita5f35137c86d0cc66c57ee5ec67d08c9acdf00b5 (patch)
treec4b574bf3a4c67c1bd3156cb6abb33b64d8b590e
parent3a20161a99f6571ae2575e0f386d732e840eac24 (diff)
nodejs-14_x: 14.19.2 -> 14.19.3
https://github.com/nodejs/node/releases/tag/v14.19.3
-rw-r--r--pkgs/development/web/nodejs/v14.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/web/nodejs/v14.nix b/pkgs/development/web/nodejs/v14.nix
index d2f6349894708..7cae7dd557a21 100644
--- a/pkgs/development/web/nodejs/v14.nix
+++ b/pkgs/development/web/nodejs/v14.nix
@@ -7,7 +7,7 @@ let
 in
   buildNodejs {
     inherit enableNpm;
-    version = "14.19.2";
-    sha256 = "sha256-70N1qRUv9p8oI9eyCjtTdnoEYWS7rHgkQpyyFtFojPA=";
+    version = "14.19.3";
+    sha256 = "sha256-XPRbHxrKd1I6zzYkDB1TqZknkHCncR6r8jNG+IsMyZQ=";
     patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
   }