Unverified Commit 81cc997e authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

victoriatraces: 0.5.1 -> 0.6.0 (#478981)

parents b82e1c9c 40e5aeb9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -156,6 +156,7 @@ in
        SystemCallFilter = [
          "@system-service"
          "~@privileged"
          "mincore"
        ];
      };

+2 −9
Original line number Diff line number Diff line
@@ -13,22 +13,15 @@

buildGoModule (finalAttrs: {
  pname = "VictoriaTraces";
  version = "0.5.1";
  version = "0.6.0";

  src = fetchFromGitHub {
    owner = "VictoriaMetrics";
    repo = "VictoriaTraces";
    tag = "v${finalAttrs.version}";
    hash = "sha256-RvP3hLM8SoDN91PATTI5RTKwnJsomBtWIakRlBprEPA=";
    hash = "sha256-gXdOPRC3oxMAimMc4v0CjTb224qiocFY9/1PFH4hbRw=";
  };

  postPatch = ''
    substituteInPlace go.mod \
      --replace-fail "go 1.25.4" "go 1.25.3"
    substituteInPlace vendor/modules.txt \
      --replace-fail "go 1.25.4" "go 1.25.3"
  '';

  vendorHash = null;

  subPackages =