summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-07-29 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2021-07-29 04:20:00 +0000
commit91587443b60a2c6c50079afce83eeabb8d75be64 (patch)
tree750a084554ae9b278395373cca5fc65297a93179
parent3936313b1f13c198ee1ae56009db55fd6a87ab02 (diff)
downloadnixpkgs-91587443b60a2c6c50079afce83eeabb8d75be64.tar
nixpkgs-91587443b60a2c6c50079afce83eeabb8d75be64.tar.gz
nixpkgs-91587443b60a2c6c50079afce83eeabb8d75be64.tar.bz2
nixpkgs-91587443b60a2c6c50079afce83eeabb8d75be64.tar.lz
nixpkgs-91587443b60a2c6c50079afce83eeabb8d75be64.tar.xz
nixpkgs-91587443b60a2c6c50079afce83eeabb8d75be64.tar.zst
nixpkgs-91587443b60a2c6c50079afce83eeabb8d75be64.zip
nodejs-12_x: 12.22.3 -> 12.22.4
https://github.com/nodejs/node/releases/tag/v12.22.4
-rw-r--r--pkgs/development/web/nodejs/v12.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/web/nodejs/v12.nix b/pkgs/development/web/nodejs/v12.nix
index cfd6c211ab5..66cf2e4904d 100644
--- a/pkgs/development/web/nodejs/v12.nix
+++ b/pkgs/development/web/nodejs/v12.nix
@@ -8,7 +8,7 @@ let
 in
   buildNodejs {
     inherit enableNpm;
-    version = "12.22.3";
-    sha256 = "143ihn30jd08nk19saxn6qp3ldc9yvy8w338i4cg9256wgx120im";
+    version = "12.22.4";
+    sha256 = "0k6dwkhpmjcdb71zd92a5v0l82rsk06p57iyjby84lhy2fmlxka4";
     patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
   }