kibana update nodejs 10 -> 14

This commit is contained in:
happysalada 2021-08-30 23:26:13 +09:00 committed by Raphael Megzari
parent 59e34733b7
commit 6f28a718e5

View file

@ -4,14 +4,14 @@
, stdenv
, makeWrapper
, fetchurl
, nodejs-10_x
, nodejs-14_x
, coreutils
, which
}:
with lib;
let
nodejs = nodejs-10_x;
nodejs = nodejs-14_x;
inherit (builtins) elemAt;
info = splitString "-" stdenv.hostPlatform.system;
arch = elemAt info 0;