Commit 34d48c3e authored by R. RyanTM's avatar R. RyanTM
Browse files

victoriametrics: 1.108.0 -> 1.108.1

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