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

+2 -2
+2 -2
pkgs/by-name/vi/victoriametrics/package.nix
··· 13 13 14 14 buildGoModule (finalAttrs: { 15 15 pname = "VictoriaMetrics"; 16 - version = "1.125.1"; 16 + version = "1.126.0"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "VictoriaMetrics"; 20 20 repo = "VictoriaMetrics"; 21 21 tag = "v${finalAttrs.version}"; 22 - hash = "sha256-pRYazo13K5mjdwQD3VJcX9Js4xEG9dgz7MbM8HvxWV0="; 22 + hash = "sha256-QVeg/F7oPPgSRTi5jcfTj15bD/7fQoPopahpUP9b0UA="; 23 23 }; 24 24 25 25 vendorHash = null;