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

This commit is contained in:
Johannes Klein 2024-08-24 10:20:15 +02:00
parent dfb86ea11c
commit 0e2d5f77c9

View File

@ -7,14 +7,14 @@
rustPlatform.buildRustPackage rec {
pname = "protoc-gen-prost-crate";
version = "0.4.0";
version = "0.4.1";
src = fetchCrate {
inherit pname version;
hash = "sha256-+TSZ2QstAF8DXsHunV/nQyqF++0bFud1ZWJQEI3JEwc=";
hash = "sha256-9rIFDZbI6XGDsNzFMnMYY4loJxojdz6vnQKAz9eDAyQ=";
};
cargoHash = "sha256-KbErgnXG11ngzLVSktuyUAupYs1ZD64z3plKVtzLx1A=";
cargoHash = "sha256-uAygKDdm+0SEDFBQcaoYTRMRgnodiO/kL1sGbRmdJKE=";
passthru.updateScript = nix-update-script { };