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

victoriametrics: 1.96.0 -> 1.97.1
This commit is contained in:
Robert Scott 2024-02-04 17:03:28 +00:00 committed by GitHub
commit f81f152078
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "VictoriaMetrics";
version = "1.96.0";
version = "1.97.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha256-/YS0IDUdGIT3QuRbD+5c3VOqrzYvbcZefLSd+tYJ6dY=";
hash = "sha256-zaRXvktHqsM/pZd7DsCAXCSI2jaPZ3iKHLQqDILZ9pc=";
};
vendorHash = null;