protoc-gen-prost-crate: 0.3.1 -> 0.4.0

This commit is contained in:
Felix Schröter 2024-06-22 15:04:02 +02:00
parent c86d8aa179
commit f7de4e293f
No known key found for this signature in database
GPG Key ID: 671E39E6744C807D

View File

@ -7,14 +7,14 @@
rustPlatform.buildRustPackage rec {
pname = "protoc-gen-prost-crate";
version = "0.3.1";
version = "0.4.0";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-MtGeU2PnVYPXb3nly2UaryjmjMz1lxcvYDjFiwf58FA=";
hash = "sha256-+TSZ2QstAF8DXsHunV/nQyqF++0bFud1ZWJQEI3JEwc=";
};
cargoSha256 = "sha256-dcKJRX/iHIWEmBD2nTMyQozxld8b7dhxxB85quPUysg=";
cargoHash = "sha256-KbErgnXG11ngzLVSktuyUAupYs1ZD64z3plKVtzLx1A=";
passthru.updateScript = nix-update-script { };