summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-03-26 17:56:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2020-03-26 17:56:00 -0500
commita6f97ab9c24fd0e87f5fca7bb26d544bafdbffe0 (patch)
tree0f96ef1b4ab7515e5ed9b331904687170987575b
parent3e47a6e50aca1861a4a52215e92e9a946cbfc7b3 (diff)
downloadnixpkgs-a6f97ab9c24fd0e87f5fca7bb26d544bafdbffe0.tar
nixpkgs-a6f97ab9c24fd0e87f5fca7bb26d544bafdbffe0.tar.gz
nixpkgs-a6f97ab9c24fd0e87f5fca7bb26d544bafdbffe0.tar.bz2
nixpkgs-a6f97ab9c24fd0e87f5fca7bb26d544bafdbffe0.tar.lz
nixpkgs-a6f97ab9c24fd0e87f5fca7bb26d544bafdbffe0.tar.xz
nixpkgs-a6f97ab9c24fd0e87f5fca7bb26d544bafdbffe0.tar.zst
nixpkgs-a6f97ab9c24fd0e87f5fca7bb26d544bafdbffe0.zip
nodejs-13_x: 13.11.0 -> 13.12.0
Changelog: https://github.com/nodejs/node/releases/tag/v13.12.0
-rw-r--r--pkgs/development/web/nodejs/v13.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/web/nodejs/v13.nix b/pkgs/development/web/nodejs/v13.nix
index c5e3f7c4bdb..8676214b50b 100644
--- a/pkgs/development/web/nodejs/v13.nix
+++ b/pkgs/development/web/nodejs/v13.nix
@@ -5,6 +5,6 @@ let
 in
   buildNodejs {
     inherit enableNpm;
-    version = "13.11.0";
-    sha256 = "07r9xwjmiip9zmgfq77f3av3p93adc5cphj07idph1l8ws1j2h75";
+    version = "13.12.0";
+    sha256 = "199qcvzikdzw0h25v9dws77fff6hbvr8dj50lyzlnkya1dd6fzhd";
   }