Unverified Commit 87add4c7 authored by Yorick's avatar Yorick Committed by GitHub
Browse files

victoriametrics: 1.108.0 -> 1.108.1 (#368893)

parents 1bdf3ca3 34d48c3e
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.0";
  version = "1.108.1";

  src = fetchFromGitHub {
    owner = "VictoriaMetrics";
    repo = "VictoriaMetrics";
    rev = "v${version}";
    hash = "sha256-c7I+H4KimGDAaDWT1vGyfdjfp/6Ci/kHVQELLsl3Ih4=";
    hash = "sha256-UaWTBOlMf7SR3tBjeaNnokdSqtRrYm5rPQPi3UGxTvQ=";
  };

  vendorHash = null;