capnproto-rust: 0.25.3 -> 0.26.0

This commit is contained in:
R. Ryantm
2026-06-27 19:22:17 +00:00
parent b8a5902342
commit c012a12f07
+3 -3
View File
@@ -8,15 +8,15 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "capnproto-rust";
version = "0.25.3";
version = "0.26.0";
src = fetchCrate {
crateName = "capnpc";
inherit (finalAttrs) version;
hash = "sha256-jDdsGy/T41R4duclyMpPmPZeflXg+Zp7wdBxbR527ZM=";
hash = "sha256-zMaOGwbCnczEY9V2xh3pXuDPYtr91sRblDwSjH/2f0s=";
};
cargoHash = "sha256-egb4Jpwzkj3PSVStqCX5ZLKgrH7nGHgZUCIleZcWIeI=";
cargoHash = "sha256-PgMj+sEvvkkySkL25sgfKzZiKYQX+U0Pt8gJOkZwRzA=";
postInstall = ''
mkdir -p $out/include/capnp