victoriametrics: 1.108.1 -> 1.109.0 (#373910)

This commit is contained in:
Arne Keller
2025-01-16 16:36:24 +01:00
committed by GitHub
+2 -2
View File
@@ -14,13 +14,13 @@
buildGoModule rec {
pname = "VictoriaMetrics";
version = "1.108.1";
version = "1.109.0";
src = fetchFromGitHub {
owner = "VictoriaMetrics";
repo = "VictoriaMetrics";
rev = "v${version}";
hash = "sha256-UaWTBOlMf7SR3tBjeaNnokdSqtRrYm5rPQPi3UGxTvQ=";
hash = "sha256-ZeHQxJtUZSFwWeQgHcEXdq9GR26HH4NOuLnO8S4u21o=";
};
vendorHash = null;