Unverified Commit edbc1dbf authored by Leona Maroni's avatar Leona Maroni Committed by GitHub
Browse files

victoriametrics: 1.109.0 -> 1.110.0 (#377330)

parents 8bd6a166 7b5ed412
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

buildGoModule rec {
  pname = "VictoriaMetrics";
  version = "1.109.0";
  version = "1.110.0";

  src = fetchFromGitHub {
    owner = "VictoriaMetrics";
    repo = "VictoriaMetrics";
    rev = "v${version}";
    hash = "sha256-ZeHQxJtUZSFwWeQgHcEXdq9GR26HH4NOuLnO8S4u21o=";
    hash = "sha256-TrM2YyxZZZw+wGMIFACJExtQb6aJwDe1xe63OQqCjDo=";
  };

  vendorHash = null;