8 rustPlatform.buildRustPackage rec {
9 pname = "protoc-gen-prost-crate";
13 inherit pname version;
14 hash = "sha256-9rIFDZbI6XGDsNzFMnMYY4loJxojdz6vnQKAz9eDAyQ=";
17 cargoHash = "sha256-uAygKDdm+0SEDFBQcaoYTRMRgnodiO/kL1sGbRmdJKE=";
19 passthru.updateScript = nix-update-script { };
22 description = "Protoc plugin that generates Cargo crates and include files for `protoc-gen-prost`";
23 mainProgram = "protoc-gen-prost-crate";
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; [