8 rustPlatform.buildRustPackage rec {
9 pname = "protoc-gen-tonic";
13 inherit pname version;
14 hash = "sha256-H7YQ8y6YA8kjR9bhHfBOYu0OEFc8ezqXkqC6jGScs3s=";
17 cargoHash = "sha256-eYX3w/rSi/kuH6gyWCWT4on7pKedPKnl9pht1jXNwpg=";
19 passthru.updateScript = nix-update-script { };
22 description = "Protoc plugin that generates Tonic gRPC server and client code using the Prost code generation engine";
23 mainProgram = "protoc-gen-tonic";
24 homepage = "https://github.com/neoeinstein/protoc-gen-prost";
25 changelog = "https://github.com/neoeinstein/protoc-gen-prost/blob/main/CHANGELOG.md";
26 license = licenses.asl20;
27 maintainers = with maintainers; [