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-12-13 23:19:45 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-12-13 23:19:45 +0000
commit0a81ee52f74953ed4f6bfc53a36ad1ab75d28a3f (patch)
tree260a9d82c913bc62d459ae62daefff636cf7676c /pkgs/development/web/nodejs
parent16f80f8221c297b8d360cbd4a5d681f3251d5cb0 (diff)
downloadnixlib-0a81ee52f74953ed4f6bfc53a36ad1ab75d28a3f.tar
nixlib-0a81ee52f74953ed4f6bfc53a36ad1ab75d28a3f.tar.gz
nixlib-0a81ee52f74953ed4f6bfc53a36ad1ab75d28a3f.tar.bz2
nixlib-0a81ee52f74953ed4f6bfc53a36ad1ab75d28a3f.tar.lz
nixlib-0a81ee52f74953ed4f6bfc53a36ad1ab75d28a3f.tar.xz
nixlib-0a81ee52f74953ed4f6bfc53a36ad1ab75d28a3f.tar.zst
nixlib-0a81ee52f74953ed4f6bfc53a36ad1ab75d28a3f.zip
nodejs-15_x: 15.3.0 -> 15.4.0
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 f5cd88c3d39b..06cb48260cdb 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.3.0";
-    sha256 = "0h625hhswwv5rpijacxiak28fy5br8kpxrihfcjdqwm3dvyvkc1v";
+    version = "15.4.0";
+    sha256 = "0kp0hckhjkmaqyvjpcj17rj6fw9fg3c95j78r2nr10bc65anjwms";
   }