Unverified Commit 0e4431f5 authored by Marie's avatar Marie Committed by GitHub
Browse files

victorialogs: 1.47.0 -> 1.48.0 (#500238)

parents d9ae71af f35144db
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

buildGo126Module (finalAttrs: {
  pname = "VictoriaLogs";
  version = "1.47.0";
  version = "1.48.0";

  src = fetchFromGitHub {
    owner = "VictoriaMetrics";
    repo = "VictoriaLogs";
    tag = "v${finalAttrs.version}";
    hash = "sha256-SrM6lDhbsGOJohmAFIALyzSAh/9C3A8/EQ2pFDlOEAw=";
    hash = "sha256-10tLXgcKdjaHkoA4E7bNS2pBpebv+Exh2yMKlTOFlCw=";
  };

  vendorHash = null;