{ pkgs ? import { }, lib ? pkgs.lib }: pkgs.buildGoModule rec { pname = "otelcol-ts"; version = "0.73.0"; src = lib.cleanSourceWith { filter = lib.cleanSourceFilter; src = lib.sourceFilesBySuffices ./. [ ".go" ".mod" ".sum" ]; }; vendorSha256 = "sha256-eOJFdx3fEow32uSNYIrfti4ucxEqvKWpoaWf++GOsCQ="; ldflags = [ "-X main.version=v${version}" ]; }