9 rustPlatform.buildRustPackage rec {
13 src = fetchFromGitHub {
17 hash = "sha256-meZ24qIug2Zkw6PcB697CRuujVRIUuSrgugwnBM9gj8=";
20 cargoSha256 = "sha256-9wUfgkiQn2Du5UNBOy/+NZkFwqHAQoyqj8xQhIljKFY=";
22 buildInputs = lib.optional stdenv.isDarwin Security;
23 nativeBuildInputs = [ pkg-config ];
25 buildNoDefaultFeatures = true;
28 description = "RPKI data proxy";
30 TRTR is an RPKI data proxy, designed to collect Validated ROA Payloads
31 from one or more sources in multiple formats and dispatch it onwards. It
32 provides the means to implement multiple distribution architectures for RPKI
33 such as centralised RPKI validators that dispatch data to local caching RTR
34 servers. RTRTR can read RPKI data from multiple RPKI Relying Party packages via
35 RTR and JSON and, in turn, provide an RTR service for routers to connect to.
37 homepage = "https://github.com/NLnetLabs/rtrtr";
38 changelog = "https://github.com/NLnetLabs/rtrtr/blob/v${version}/Changelog.md";
39 license = licenses.bsd3;
40 maintainers = with maintainers; [ steamwalker ];
41 mainProgram = "rtrtr";