Unverified Commit 019c8115 authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

Merge pull request #115714 from r-ryantm/auto-update/VictoriaMetrics

victoriametrics: 1.52.0 -> 1.54.1
parents 9fcca494 e4cbc830
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "VictoriaMetrics";
  version = "1.52.0";
  version = "1.54.1";

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = "v${version}";
    sha256 = "1sqzpr48sylgiy4zaf3f8hnwzv7imf57bxg6sin9lv291ybhxs68";
    sha256 = "sha256-nZSNn1vLk3y6s4ie1AkSkGmKUiIrcBr3yKW5uAEtRt0=";
  };

  vendorSha256 = null;