Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

victoriametrics: 1.125.0 -> 1.125.1

(cherry picked from commit 9a38b160a050bca52d0a2c5a717116c1e60ade6f)

authored by Shawn8901 and committed by transcaffeine 699b2e31 9f954abd

Changed files
+2 -2
pkgs
by-name
vi
victoriametrics
+2 -2
pkgs/by-name/vi/victoriametrics/package.nix
··· 14 14 15 15 buildGoModule (finalAttrs: { 16 16 pname = "VictoriaMetrics"; 17 - version = "1.125.0"; 17 + version = "1.125.1"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "VictoriaMetrics"; 21 21 repo = "VictoriaMetrics"; 22 22 tag = "v${finalAttrs.version}"; 23 - hash = "sha256-Xhurksf2BMw+v+4PsKm9o+XO2KfYX9wZTlq/kLLxVYc="; 23 + hash = "sha256-pRYazo13K5mjdwQD3VJcX9Js4xEG9dgz7MbM8HvxWV0="; 24 24 }; 25 25 26 26 vendorHash = null;