summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-04-05 14:09:34 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-04-05 14:09:34 +0000
commit0e6945185b65ed6a163501d66420f8a16e49e4c3 (patch)
treefb85e514b21c1e08099f9c64a46d5655d42e2a17
parent0c7c76fa9e2f5c7b446c1182c79eabac08588392 (diff)
downloadnixpkgs-0e6945185b65ed6a163501d66420f8a16e49e4c3.tar
nixpkgs-0e6945185b65ed6a163501d66420f8a16e49e4c3.tar.gz
nixpkgs-0e6945185b65ed6a163501d66420f8a16e49e4c3.tar.bz2
nixpkgs-0e6945185b65ed6a163501d66420f8a16e49e4c3.tar.lz
nixpkgs-0e6945185b65ed6a163501d66420f8a16e49e4c3.tar.xz
nixpkgs-0e6945185b65ed6a163501d66420f8a16e49e4c3.tar.zst
nixpkgs-0e6945185b65ed6a163501d66420f8a16e49e4c3.zip
nodejs-12_x: 12.22.11 -> 12.22.12
-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 e2db169bad3..ea7c211163e 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.11";
-    sha256 = "sha256-XoHaJv1bH4lxRIOrqmjj2jBFI+QzTHjEm/p6A+541vE=";
+    version = "12.22.12";
+    sha256 = "1whl0zi6fs9ay33bhcn2kh9xynran05iipahg1zzr6sv97wbfhmw";
     patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
   }