vmagent: 1.85.3 -> 1.90.0
This commit is contained in:
parent
1bace74c76
commit
cb84557817
1 changed files with 3 additions and 3 deletions
|
@ -1,18 +1,18 @@
|
||||||
{ lib, fetchFromGitHub, buildGoModule }:
|
{ lib, fetchFromGitHub, buildGoModule }:
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "vmagent";
|
pname = "vmagent";
|
||||||
version = "1.85.3";
|
version = "1.90.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "VictoriaMetrics";
|
owner = "VictoriaMetrics";
|
||||||
repo = "VictoriaMetrics";
|
repo = "VictoriaMetrics";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-/p5oHxp1fVyUMjZ3vim9YKNhFqIACGa3KTYIv/k4MXg=";
|
sha256 = "sha256-XENouirZ8d92h+4KNI3K7k7e2kF3sah5DAZjlC2pVds=";
|
||||||
};
|
};
|
||||||
|
|
||||||
ldflags = [ "-s" "-w" "-X github.com/VictoriaMetrics/VictoriaMetrics/lib/buildinfo.Version=${version}" ];
|
ldflags = [ "-s" "-w" "-X github.com/VictoriaMetrics/VictoriaMetrics/lib/buildinfo.Version=${version}" ];
|
||||||
|
|
||||||
vendorSha256 = null;
|
vendorHash = null;
|
||||||
|
|
||||||
subPackages = [ "app/vmagent" ];
|
subPackages = [ "app/vmagent" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue