protoc-gen-rust: 3.2.0 -> 3.5.0

This commit is contained in:
Aaron Jheng 2024-06-30 15:20:20 +08:00
parent cd6602819b
commit c001e39948
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

View File

@ -6,15 +6,15 @@
rustPlatform.buildRustPackage rec {
pname = "protoc-gen-rust";
version = "3.2.0";
version = "3.5.0";
src = fetchCrate {
inherit version;
pname = "protobuf-codegen";
sha256 = "sha256-9Rf7GI/qxoqlISD169TJwUVAdJn8TpxTXDNxiQra2UY=";
hash = "sha256-yGZ4auZHGtcsN6n4/FEzabsSXproyhNTJHIwujt7ijg=";
};
cargoSha256 = "sha256-i1ZIEbU6tw7xA1w+ffD/h1HIkOwVep9wQJys9Bydvv0=";
cargoHash = "sha256-RO3kVYkvHw8kwLaRfANtGtz88knjJ8HtmU3i0xgIDMY=";
cargoBuildFlags = ["--bin" pname];