protoc-gen-prost: 0.2.3 -> 0.3.1

This commit is contained in:
Felix Schröter 2024-06-22 15:02:59 +02:00
parent efee88f382
commit fb4c3b791d
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";
version = "0.2.3";
version = "0.3.1";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-QTt5mSUe41r2fxrgWj1l6fHC/utMVIgMi2ySsdGyl/Y=";
hash = "sha256-ma9sdt3/uq06BMELwsNadMkiEfstQhA4DAQEPdizZJM=";
};
cargoSha256 = "sha256-ghXcyxG9zqUOFKGvUza29OgC3XiEtesqsAsfI/lFT08=";
cargoHash = "sha256-pJDrwX5uDIrycxtmbds8l4wadZE0RdgmNpMwVkUGJDs=";
passthru.updateScript = nix-update-script { };