Commit 45b46613 authored by Shawn8901's avatar Shawn8901
Browse files

victorialogs: 1.35.0 -> 1.36.1

parent 0a8a851e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

buildGoModule (finalAttrs: {
  pname = "VictoriaLogs";
  version = "1.35.0";
  version = "1.36.1";

  src = fetchFromGitHub {
    owner = "VictoriaMetrics";
    repo = "VictoriaLogs";
    tag = "v${finalAttrs.version}";
    hash = "sha256-9g23rtLi/tHIXpfZSHgaIHIGHwQ0eYW5kLtMHqrIlMk=";
    hash = "sha256-TZhgZ8x1ESXrNMU6Sa4cQMurTZ+obD/JqqIJFJ18KOA=";
  };

  vendorHash = null;
@@ -35,7 +35,7 @@ buildGoModule (finalAttrs: {
  postPatch = ''
    # Allow older go versions
    substituteInPlace go.mod \
      --replace-fail "go 1.25.1" "go ${finalAttrs.passthru.go.version}"
      --replace-fail "go 1.25.2" "go ${finalAttrs.passthru.go.version}"

    substituteInPlace vendor/modules.txt \
      --replace-fail "go 1.25.0" "go ${finalAttrs.passthru.go.version}"