aboutsummaryrefslogtreecommitdiff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-11-18 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2020-11-18 04:20:00 +0000
commitfde2e637696c8e013d64704a11201579ccc0f592 (patch)
treecdb1a1e7cd72c28d679f8d54f31c98464ff4a756 /pkgs
parent8540c1c3b3f0b2b20c8b7c3b8560b1f130c5ce5e (diff)
nodejs-14_x: 14.15.0 -> 14.15.1
https://github.com/nodejs/node/releases/tag/v12.19.1
Diffstat (limited to 'pkgs')
-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 820deb5884db..9c0c518b62ec 100644
--- a/pkgs/development/web/nodejs/v14.nix
+++ b/pkgs/development/web/nodejs/v14.nix
@@ -8,6 +8,6 @@ let
in
buildNodejs {
inherit enableNpm;
- version = "14.15.0";
- sha256 = "0fzv05f8rnc0s1a11k0cqfpgv9yawfbdd8qcl8zr25kv5ridhdip";
+ version = "14.15.1";
+ sha256 = "1g61vqsgq3jsipw2fckj68i4a4pi1iz1kbw7mlw8jmzp8rl46q81";
}