victoriametrics: 1.125.1 -> 1.126.0

Release notes: https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.126.0
Full changelog: https://github.com/VictoriaMetrics/VictoriaMetrics/compare/v1.125.1...v1.126.0

(cherry picked from commit c8a31e68b3)
This commit is contained in:
transcaffeine
2025-09-15 17:12:54 +02:00
parent 699b2e31e1
commit 5c43e74297

View File

@@ -14,13 +14,13 @@
buildGoModule (finalAttrs: {
pname = "VictoriaMetrics";
version = "1.125.1";
version = "1.126.0";
src = fetchFromGitHub {
owner = "VictoriaMetrics";
repo = "VictoriaMetrics";
tag = "v${finalAttrs.version}";
hash = "sha256-pRYazo13K5mjdwQD3VJcX9Js4xEG9dgz7MbM8HvxWV0=";
hash = "sha256-QVeg/F7oPPgSRTi5jcfTj15bD/7fQoPopahpUP9b0UA=";
};
vendorHash = null;