Unverified Commit 48d44f17 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

victoriametrics: 1.93.5 -> 1.93.7
parents 97feb375 bf51a693
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.5";
  version = "1.93.7";

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

  vendorHash = null;