Merge pull request #92658 from r-ryantm/auto-update/VictoriaMetrics
victoriametrics: 1.37.0 -> 1.37.4
This commit is contained in:
commit
7f45aa87b2
@ -2,17 +2,19 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "VictoriaMetrics";
|
pname = "VictoriaMetrics";
|
||||||
version = "1.37.0";
|
version = "1.37.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = pname;
|
owner = pname;
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0p8fk73ydnhrdxgxr4b4xl84729rkkki38227xvxspx84j2fbhci";
|
sha256 = "02jr0qz130jz7ncfch1jry0prd00669j53mlmpb6ky0xiz5y2zq1";
|
||||||
};
|
};
|
||||||
|
|
||||||
goPackagePath = "github.com/VictoriaMetrics/VictoriaMetrics";
|
goPackagePath = "github.com/VictoriaMetrics/VictoriaMetrics";
|
||||||
|
|
||||||
|
buildFlagsArray = [ "-ldflags=-s -w -X ${goPackagePath}/lib/buildinfo.Version=${version}" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://victoriametrics.com/";
|
homepage = "https://victoriametrics.com/";
|
||||||
description = "fast, cost-effective and scalable time series database, long-term remote storage for Prometheus";
|
description = "fast, cost-effective and scalable time series database, long-term remote storage for Prometheus";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user