updated k3s and vmagent

This commit is contained in:
Vivian 2022-08-25 10:24:31 +02:00
parent 1b21c0234d
commit fb0ba1fc4b
4 changed files with 15 additions and 16 deletions

View file

@ -37,7 +37,7 @@
# Enable k3s as a master node
services.k3s = {
enable = false;
enable = true;
role = "server";
extraFlags = builtins.toString [

View file

@ -1,13 +1,14 @@
{ lib, fetchFromGitHub, buildGoModule }:
buildGoModule rec {
pname = "vmagent";
version = "1.79.0";
version = "1.80.0";
src = fetchFromGitHub {
owner = "VictoriaMetrics";
repo = "VictoriaMetrics";
rev = "v${version}";
sha256 = "sha256-+LirbGbKeazXMtgVh5kZP+KEk/fDbSxceZ26OlE0hbY=";
sha256 = "sha256-SIwl8Mgbkk/z3xZ6wCmce7D2T2A2+dcuQ607BOsfrkQ=";
# sha256 = lib.fakeSha256;
};
vendorSha256 = null;