7 rustPlatform.buildRustPackage rec {
8 pname = "protoc-gen-prost";
12 inherit pname version;
13 sha256 = "sha256-QTt5mSUe41r2fxrgWj1l6fHC/utMVIgMi2ySsdGyl/Y=";
16 cargoSha256 = "sha256-ghXcyxG9zqUOFKGvUza29OgC3XiEtesqsAsfI/lFT08=";
19 description = "Protocol Buffers compiler plugin powered by Prost";
20 mainProgram = "protoc-gen-prost";
21 homepage = "https://github.com/neoeinstein/protoc-gen-prost";
22 changelog = "https://github.com/neoeinstein/protoc-gen-prost/blob/main/CHANGELOG.md";
23 license = licenses.asl20;
24 maintainers = with maintainers; [ felschr sitaaax ];