protoc-gen-tonic: 0.4.0 -> 0.4.1

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

View File

@ -7,14 +7,14 @@
rustPlatform.buildRustPackage rec {
pname = "protoc-gen-tonic";
version = "0.4.0";
version = "0.4.1";
src = fetchCrate {
inherit pname version;
hash = "sha256-3qz1ea9lEsZjhWNA0lcwqsPkNmjj2ZBljqNRr5/2lKM=";
hash = "sha256-H7YQ8y6YA8kjR9bhHfBOYu0OEFc8ezqXkqC6jGScs3s=";
};
cargoHash = "sha256-nUsRoDaP+omZdOTnaxvHbJT1uNGtyfgXyEFZbp/CeYA=";
cargoHash = "sha256-eYX3w/rSi/kuH6gyWCWT4on7pKedPKnl9pht1jXNwpg=";
passthru.updateScript = nix-update-script { };