aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-11-17 23:20:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2020-11-17 23:20:00 -0500
commit8540c1c3b3f0b2b20c8b7c3b8560b1f130c5ce5e (patch)
tree202f607df3ae0f80d56c36115b0beaa024757fea /pkgs/development
parent78942ee55f933ce76a3c65bbe83a8a5733d0fb78 (diff)
nodejs-12_x: 12.19.0 -> 12.19.1
https://github.com/nodejs/node/releases/tag/v12.19.1
Diffstat (limited to 'pkgs/development')
-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 83ba9f5d56f3..c38944c5b562 100644
--- a/pkgs/development/web/nodejs/v12.nix
+++ b/pkgs/development/web/nodejs/v12.nix
@@ -8,6 +8,6 @@ let
in
buildNodejs {
inherit enableNpm;
- version = "12.19.0";
- sha256 = "1qainpkakkl3xip9xz2wbs74g95gvc6125cc05z6vyckqi2iqrrv";
+ version = "12.19.1";
+ sha256 = "0zdis5wd84c57qjdiry8mmhpp009wqhb51f67iphl06vqc67w1vl";
}