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

victoriametrics: 1.83.1 -> 1.84.0
This commit is contained in:
Yorick 2022-12-09 11:42:20 +01:00 committed by GitHub
commit facc17ace3
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.83.1";
version = "1.84.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-SfLqvVExP7qc2IDW6sJ0ykVRzL79FRv6zEVXivLpaVk=";
sha256 = "sha256-94QhjsCow1Ate/Bbia7KpWY3WgHk3oOarAY95Fq75hU=";
};
vendorSha256 = null;