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

victoriametrics: 1.93.1 -> 1.93.3
This commit is contained in:
Yorick 2023-09-07 16:58:07 +02:00 committed by GitHub
commit 1d07743667
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.93.1";
version = "1.93.3";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha256-52OY4sZ2UI+p6+QYkRW8Ov9SbLPKmvgvgV7rhfo0tAY=";
hash = "sha256-FR1EeRg9epVCnYF8QmyXGTdv3dITa3Cj50PAY500bJk=";
};
vendorHash = null;