Merge pull request #92658 from r-ryantm/auto-update/VictoriaMetrics

victoriametrics: 1.37.0 -> 1.37.4
This commit is contained in:
Mario Rodas 2020-07-08 08:17:01 -05:00 committed by GitHub
commit 7f45aa87b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,17 +2,19 @@
buildGoPackage rec {
pname = "VictoriaMetrics";
version = "1.37.0";
version = "1.37.4";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "0p8fk73ydnhrdxgxr4b4xl84729rkkki38227xvxspx84j2fbhci";
sha256 = "02jr0qz130jz7ncfch1jry0prd00669j53mlmpb6ky0xiz5y2zq1";
};
goPackagePath = "github.com/VictoriaMetrics/VictoriaMetrics";
buildFlagsArray = [ "-ldflags=-s -w -X ${goPackagePath}/lib/buildinfo.Version=${version}" ];
meta = with lib; {
homepage = "https://victoriametrics.com/";
description = "fast, cost-effective and scalable time series database, long-term remote storage for Prometheus";