9 rustPlatform.buildRustPackage rec {
13 src = fetchFromGitHub {
16 rev = "refs/tags/v${version}";
17 hash = "sha256-uXMRDgSHrwT6+kejWRSE1WjXO8LaOR+fnffIXcL3A4I=";
20 cargoHash = "sha256-gO2vuOQMvl6KYp529k3CYDyma5ECzOr/lcSvP4OpUUo=";
23 updateScript = nix-update-script { };
24 tests.nixos = nixosTests.turn-rs;
28 description = "Pure rust implemented turn server";
29 homepage = "https://github.com/mycrl/turn-rs";
30 changelog = "https://github.com/mycrl/turn-rs/releases/tag/v${version}";
31 license = lib.licenses.gpl3Only;
32 mainProgram = "turn-server";
33 maintainers = with lib.maintainers; [ bot-wxt1221 ];
34 platforms = lib.platforms.linux;