Unverified Commit 2b1faa45 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

victorialogs: 1.25.0 -> 1.26.0 (#426463)

parents 650c5fc6 89cc4dc4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildGoModule (finalAttrs: {
  pname = "VictoriaLogs";
  version = "1.25.0";
  version = "1.26.0";

  src = fetchFromGitHub {
    owner = "VictoriaMetrics";
    repo = "VictoriaLogs";
    tag = "v${finalAttrs.version}";
    hash = "sha256-KhXB+37uK08dDYXtnaPDS7gP/gBGZ0gqyR0u572QOx8=";
    hash = "sha256-PnXpu2Dna5grozKOGRHi/Gic7djszYh7wJ96EiEYP8U=";
  };

  vendorHash = null;