summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-11-04 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2022-11-04 04:20:00 +0000
commit7ce8eb28f05dd831be9ce88198cca45fa7652419 (patch)
treefc80928cced4c64590fd22bcd66786c539622d18
parentc4937f84a54a24323376d770c80326c203c3e72f (diff)
downloadnixpkgs-7ce8eb28f05dd831be9ce88198cca45fa7652419.tar
nixpkgs-7ce8eb28f05dd831be9ce88198cca45fa7652419.tar.gz
nixpkgs-7ce8eb28f05dd831be9ce88198cca45fa7652419.tar.bz2
nixpkgs-7ce8eb28f05dd831be9ce88198cca45fa7652419.tar.lz
nixpkgs-7ce8eb28f05dd831be9ce88198cca45fa7652419.tar.xz
nixpkgs-7ce8eb28f05dd831be9ce88198cca45fa7652419.tar.zst
nixpkgs-7ce8eb28f05dd831be9ce88198cca45fa7652419.zip
nodejs-14_x: 14.21.0 -> 14.21.1
https://github.com/nodejs/node/releases/tag/v14.21.1
-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 20f3f181b38..86358be5bcf 100644
--- a/pkgs/development/web/nodejs/v14.nix
+++ b/pkgs/development/web/nodejs/v14.nix
@@ -8,7 +8,7 @@ let
 in
   buildNodejs {
     inherit enableNpm;
-    version = "14.21.0";
-    sha256 = "sha256-O0vawbrMxUuu4uPbyre7Y1Ikxxbudu5Jqk9vVMKPeZE=";
+    version = "14.21.1";
+    sha256 = "sha256-PbldbKcolXvwkLYwGnqdLYBxSyoG2Jih22XG5Csdp6w=";
     patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
   }