victoriametrics: 1.108.0 -> 1.108.1 (#368893)

This commit is contained in:
Yorick
2024-12-29 10:40:12 +01:00
committed by GitHub
+2 -2
View File
@@ -14,13 +14,13 @@
buildGoModule rec {
pname = "VictoriaMetrics";
version = "1.108.0";
version = "1.108.1";
src = fetchFromGitHub {
owner = "VictoriaMetrics";
repo = "VictoriaMetrics";
rev = "v${version}";
hash = "sha256-c7I+H4KimGDAaDWT1vGyfdjfp/6Ci/kHVQELLsl3Ih4=";
hash = "sha256-UaWTBOlMf7SR3tBjeaNnokdSqtRrYm5rPQPi3UGxTvQ=";
};
vendorHash = null;