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

victoriametrics: 1.91.3 -> 1.92.1
This commit is contained in:
Weijia Wang 2023-08-04 21:16:13 +02:00 committed by GitHub
commit 9d86dff7b2
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.91.3";
version = "1.92.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha256-xW31Lm+WiJ1quMaIDa7tbZuKhILTMdUviIDTRJT1Cqg=";
hash = "sha256-s4OxOyOfPd98ZTdn/VYr9Z12zrQM5ZCsoJBx6nwz1Ww=";
};
vendorHash = null;