Commit 7b91faa1 authored by R. RyanTM's avatar R. RyanTM
Browse files

victoriametrics: 1.108.1 -> 1.109.0

parent d6f326af
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;