about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-12-13 20:46:15 -0500
committerGitHub <noreply@github.com>2020-12-13 20:46:15 -0500
commit13b0ce018066793d23404d843e58f436df7d3ac9 (patch)
treee46bb053aba2a07add98159303dcea52dd73f3ec /pkgs
parent8805a49d9873d63bced3f41b03e19af210c67a08 (diff)
parent0a81ee52f74953ed4f6bfc53a36ad1ab75d28a3f (diff)
downloadnixlib-13b0ce018066793d23404d843e58f436df7d3ac9.tar
nixlib-13b0ce018066793d23404d843e58f436df7d3ac9.tar.gz
nixlib-13b0ce018066793d23404d843e58f436df7d3ac9.tar.bz2
nixlib-13b0ce018066793d23404d843e58f436df7d3ac9.tar.lz
nixlib-13b0ce018066793d23404d843e58f436df7d3ac9.tar.xz
nixlib-13b0ce018066793d23404d843e58f436df7d3ac9.tar.zst
nixlib-13b0ce018066793d23404d843e58f436df7d3ac9.zip
Merge pull request #106859 from r-ryantm/auto-update/nodejs
nodejs-15_x: 15.3.0 -> 15.4.0
Diffstat (limited to 'pkgs')
-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";
   }