Unverified Commit 7408ad5e authored by Yorick's avatar Yorick Committed by GitHub
Browse files

Merge pull request #198615 from r-ryantm/auto-update/victoriametrics

victoriametrics: 1.82.1 -> 1.83.0
parents 9346d33f c3704d95
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "VictoriaMetrics";
  version = "1.82.1";
  version = "1.83.0";

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-Lor4rpL19xc/eA2quJ1D0WrJiviEcKnArBKUQhb9Z0k=";
    sha256 = "sha256-bc13aIo2gCHZfBRbi5CoPLcCGoNJgTuWJbCwqX/QgtU=";
  };

  vendorSha256 = null;