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

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

victoriametrics: 1.93.3 -> 1.93.5
parents 88ae8008 0cb7604a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "VictoriaMetrics";
  version = "1.93.3";
  version = "1.93.5";

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = "v${version}";
    hash = "sha256-FR1EeRg9epVCnYF8QmyXGTdv3dITa3Cj50PAY500bJk=";
    hash = "sha256-AC3tQAgGHKl86MakfSWnFMX1Lr5r7RwZfomXtp5/oBs=";
  };

  vendorHash = null;