capnproto-rust: 0.24.0 -> 0.25.0 (#478545)

This commit is contained in:
Nick Cao
2026-01-12 21:43:23 +00:00
committed by GitHub
+3 -3
View File
@@ -8,15 +8,15 @@
rustPlatform.buildRustPackage rec {
pname = "capnproto-rust";
version = "0.24.0";
version = "0.25.0";
src = fetchCrate {
crateName = "capnpc";
inherit version;
hash = "sha256-kR+eGH+AnZbnPp4+WJ/hgccO3T4xevrCaF8KL+8zWr0=";
hash = "sha256-2+GSM9oIT/he/Ra3SJH5YSrNUU/Jc+PE1N5TjK7OX28=";
};
cargoHash = "sha256-viLoCQSAGS7Y/FFUsPpW/XaqVNbGtzC2v2ji39GrrBk=";
cargoHash = "sha256-fVHLWBxB9PQhOx01G01qIyudnMQiHXj0BI8A6e7t1yQ=";
postInstall = ''
mkdir -p $out/include/capnp