about summary refs log tree commit diff
path: root/pkgs/development/web/nodejs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-11-19 01:50:44 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-11-19 01:50:44 +0000
commit92e49dda6123f91519ffc8a04915a80cd9fd6e30 (patch)
treeba72e55e954ba1767f675c211ad79cfc6ca67966 /pkgs/development/web/nodejs
parentf01bfd6843cada594383a5ab67c01f30b571a185 (diff)
downloadnixlib-92e49dda6123f91519ffc8a04915a80cd9fd6e30.tar
nixlib-92e49dda6123f91519ffc8a04915a80cd9fd6e30.tar.gz
nixlib-92e49dda6123f91519ffc8a04915a80cd9fd6e30.tar.bz2
nixlib-92e49dda6123f91519ffc8a04915a80cd9fd6e30.tar.lz
nixlib-92e49dda6123f91519ffc8a04915a80cd9fd6e30.tar.xz
nixlib-92e49dda6123f91519ffc8a04915a80cd9fd6e30.tar.zst
nixlib-92e49dda6123f91519ffc8a04915a80cd9fd6e30.zip
nodejs-15_x: 15.2.0 -> 15.2.1
Diffstat (limited to 'pkgs/development/web/nodejs')
-rw-r--r--pkgs/development/web/nodejs/v15.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/web/nodejs/v15.nix b/pkgs/development/web/nodejs/v15.nix
index b5319493dad3..45e7b372e666 100644
--- a/pkgs/development/web/nodejs/v15.nix
+++ b/pkgs/development/web/nodejs/v15.nix
@@ -8,6 +8,6 @@ let
 in
   buildNodejs {
     inherit enableNpm;
-    version = "15.2.0";
-    sha256 = "022kw29sjf46mgvwciihi2cmf9sfjpqi0xih8xpk7xiwfmx02ypn";
+    version = "15.2.1";
+    sha256 = "0gp8z68h888x2ql64aiicgs7k065lg755cbjlnkbzdih5bh32qjn";
   }