capnproto-rust: 0.24.0 -> 0.25.0 (#478545)
This commit is contained in:
@@ -8,15 +8,15 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "capnproto-rust";
|
pname = "capnproto-rust";
|
||||||
version = "0.24.0";
|
version = "0.25.0";
|
||||||
|
|
||||||
src = fetchCrate {
|
src = fetchCrate {
|
||||||
crateName = "capnpc";
|
crateName = "capnpc";
|
||||||
inherit version;
|
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 = ''
|
postInstall = ''
|
||||||
mkdir -p $out/include/capnp
|
mkdir -p $out/include/capnp
|
||||||
|
|||||||
Reference in New Issue
Block a user