Merge pull request #195030 from r-ryantm/auto-update/victoriametrics

victoriametrics: 1.81.2 -> 1.82.0
This commit is contained in:
Mario Rodas 2022-10-08 15:41:01 -05:00 committed by GitHub
commit 5643070155
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "VictoriaMetrics";
version = "1.81.2";
version = "1.82.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-wf/YQX7vrwiNWz1kjWLPSH00rB70HDW3bRuN1DUiP1Y=";
sha256 = "sha256-JIl2WeveDoAHzqJ2cqMxpWeNf4yQC9fIdfECOJywJ2A=";
};
vendorSha256 = null;