victoriametrics: 1.89.1 -> 1.91.0

This commit is contained in:
R. Ryantm 2023-05-22 07:57:40 +00:00
parent c8fee2c1e7
commit 4cd4acc547

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "VictoriaMetrics";
version = "1.89.1";
version = "1.91.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha256-s5Fo0Bsy9cAoNLRMAYjNrSLJ0vX4HdbQ+T3cj6ebNPE=";
hash = "sha256-ZGUJfziqQCCv/9p+z8UJpvHkg6fKOIMv1tJ679f9NTo=";
};
vendorHash = null;