nix: upgrade nodejs to 12.16.2

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-04-22 12:31:56 +02:00
parent 9d59d82869
commit 8571b95db3
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ let
# custom packages
openjdk = pkgs.openjdk8_headless;
nodejs = pkgs.nodejs-10_x;
nodejs = pkgs.nodejs-12_x;
yarn = pkgs.yarn.override { inherit nodejs; };
go = pkgs.callPackage ./patched-go { baseGo = pkgs.go_1_14; };