use capnpc which support user provided string duplication function

This commit is contained in:
Rongsong Shen 2025-10-31 17:03:03 +08:00
parent f178a8a6b6
commit 24b1374875

View file

@ -14,7 +14,8 @@ stdenv.mkDerivation {
owner = "shen390s";
repo = "c-capnproto";
rev = "main";
sha256 = "sha256-QEy1CiXhBPWihvb3K8ZZDAME0OiXf62QHXQdypKfDRg=";
# sha256 = "sha256-QEy1CiXhBPWihvb3K8ZZDAME0OiXf62QHXQdypKfDRg=";
sha256 = "sha256-9dzSc3w+yxYzsF/rZe3qIarKOpjt2zvIyjuS5FXngIM=";
};
nativeBuildInputs = [