victoriametrics: 1.82.0 -> 1.82.1

This commit is contained in:
R. Ryantm 2022-10-15 23:22:03 +00:00 committed by Bobby Rong
parent 1546bf64ad
commit cef3d09c6e

View File

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