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

This commit is contained in:
R. Ryantm
2025-12-06 05:52:36 +00:00
parent 0254eab410
commit 2522a289dc
@@ -7,14 +7,14 @@
rustPlatform.buildRustPackage rec {
pname = "protoc-gen-prost-serde";
version = "0.3.1";
version = "0.4.0";
src = fetchCrate {
inherit pname version;
hash = "sha256-RQlNVGa6BRIqIGodqNN3eGl//hkUWrq7GpTGpRBCDgE=";
hash = "sha256-tgsGyUVoQZQcOqh56KGVwS3VcxwbKzBL3P2VpYs72Ok=";
};
cargoHash = "sha256-OWSXA3S3o5eqM3pg2MPxx3HrCma778YJaPFOJq7S5zY=";
cargoHash = "sha256-otsovgqCC+IdxbdGBaPfjK61bZsHtWwY0QqZBPQxnvw=";
passthru.updateScript = nix-update-script { };