summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-08-11 19:00:00 -0500
committerRaphael Megzari <raphael@megzari.com>2021-08-13 12:05:12 +0900
commit16adcc430c75c0382c2b1ae70d68a4f8eb03e887 (patch)
tree4346c7369c08675f2450c20abfe7e22d21cbed1f
parent0220940e2ae79f70ab55d1795850c93055acf6bb (diff)
downloadnixpkgs-16adcc430c75c0382c2b1ae70d68a4f8eb03e887.tar
nixpkgs-16adcc430c75c0382c2b1ae70d68a4f8eb03e887.tar.gz
nixpkgs-16adcc430c75c0382c2b1ae70d68a4f8eb03e887.tar.bz2
nixpkgs-16adcc430c75c0382c2b1ae70d68a4f8eb03e887.tar.lz
nixpkgs-16adcc430c75c0382c2b1ae70d68a4f8eb03e887.tar.xz
nixpkgs-16adcc430c75c0382c2b1ae70d68a4f8eb03e887.tar.zst
nixpkgs-16adcc430c75c0382c2b1ae70d68a4f8eb03e887.zip
nodejs-12_x: 12.22.4 -> 12.22.5
https://github.com/nodejs/node/releases/tag/v12.22.5
-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 66cf2e4904d..e59b7959420 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.4";
-    sha256 = "0k6dwkhpmjcdb71zd92a5v0l82rsk06p57iyjby84lhy2fmlxka4";
+    version = "12.22.5";
+    sha256 = "057xhxk440pxlgqpblsh4vfwmfzy0fx1h6q3jr2j79y559ngy9zr";
     patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
   }