capnproto-rust: 0.20.1 -> 0.21.0

This commit is contained in:
R. Ryantm 2025-04-09 03:52:10 +00:00
parent 6a39c6e495
commit 41aa57bde6

View file

@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec {
pname = "capnproto-rust";
version = "0.20.1";
version = "0.21.0";
src = fetchCrate {
crateName = "capnpc";
inherit version;
hash = "sha256-iLjvKxVfkAVoM4AYgr31Ud1mk3MyMPReDXv1IbKEvcE=";
hash = "sha256-QI38Xy0zgL+sgH1WaOL2eMcQdOPPHE9Dcucs42eaL2o=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-P8zbqKqAvnKvWuCk+kHg17gJ/JZ61uC+yv7x/GzUxkk=";
cargoHash = "sha256-Oljyv9qCfZF2/CoHNqs9bvCAEfGpmfvNzTvvyaVMH2U=";
postInstall = ''
mkdir -p $out/include/capnp