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

victoriametrics: 1.121.0 -> 1.122.0

Release notes: https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.122.0
Full changelog: https://github.com/VictoriaMetrics/VictoriaMetrics/compare/v1.121.0...v1.122.0

(cherry picked from commit ecf78c8165d1cc5c860e9b9d2b85eba98f6775ae)

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.121.0"; 17 + version = "1.122.0"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "VictoriaMetrics"; 21 21 repo = "VictoriaMetrics"; 22 22 tag = "v${finalAttrs.version}"; 23 - hash = "sha256-hCZU6O3synVayg253Cbsonzad3ZBMx1B/yJwBJzU+X0="; 23 + hash = "sha256-CpxnCW4+hsc3SQZXMI0pkPnKPvh1GTvCmhg5NkSZbk4="; 24 24 }; 25 25 26 26 vendorHash = null;