Unverified Commit 16439479 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

victoriametrics: 1.108.1 -> 1.109.0 (#373910)

parents a6616b2b 7b91faa1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

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

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

  vendorHash = null;