Commit 89cc4dc4 authored by Shawn8901's avatar Shawn8901
Browse files

victorialogs: 1.25.0 -> 1.26.0

parent 571f1c8b
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;