victoriametrics: 1.54.1 -> 1.59.0

This commit is contained in:
Yorick van Pelt 2021-05-08 11:58:45 +02:00
parent 080cd658ca
commit 65adcafac7
No known key found for this signature in database
GPG key ID: D8D3CC6D951384DE

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "VictoriaMetrics";
version = "1.54.1";
version = "1.59.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-nZSNn1vLk3y6s4ie1AkSkGmKUiIrcBr3yKW5uAEtRt0=";
sha256 = "sha256-2i9rmk9aAnjTJY+w/NKJOaLX+tpkt3vG07iLCsSGzdU=";
};
vendorSha256 = null;
@ -22,5 +22,7 @@ buildGoModule rec {
description = "fast, cost-effective and scalable time series database, long-term remote storage for Prometheus";
license = licenses.asl20;
maintainers = [ maintainers.yorickvp ];
changelog = "https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v${version}";
platforms = [ "x86_64-linux" ];
};
}