victoriametrics: 1.125.0 -> 1.125.1

(cherry picked from commit 9a38b160a0)
This commit is contained in:
Shawn8901
2025-09-03 20:32:48 +02:00
committed by transcaffeine
parent 9f954abdf8
commit 699b2e31e1

View File

@@ -14,13 +14,13 @@
buildGoModule (finalAttrs: {
pname = "VictoriaMetrics";
version = "1.125.0";
version = "1.125.1";
src = fetchFromGitHub {
owner = "VictoriaMetrics";
repo = "VictoriaMetrics";
tag = "v${finalAttrs.version}";
hash = "sha256-Xhurksf2BMw+v+4PsKm9o+XO2KfYX9wZTlq/kLLxVYc=";
hash = "sha256-pRYazo13K5mjdwQD3VJcX9Js4xEG9dgz7MbM8HvxWV0=";
};
vendorHash = null;