chore: pin logos-module-builder to 0.2.5 for the binary-event payload fix (#70)

Pulls logos-cpp-sdk past #100/#102: before those, the generated cdylib
event sidecar serialized every bstr event argument as {"_bytes":""},
so messageReceived (and channelMessageReceived, once #68 lands) reached
consumers with an empty payload.

Also names the release instead of tracking master, so builder upgrades
are explicit rather than picked up by any flake update.

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Igor Sirotin
2026-07-28 22:10:15 +01:00
committed by GitHub
co-authored by Claude Opus 5
parent 3f8a0ed99a
commit 0f513f7dfc
2 changed files with 29565 additions and 2032 deletions
Generated
+29564 -2031
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -9,7 +9,7 @@
};
inputs = {
logos-module-builder.url = "github:logos-co/logos-module-builder";
logos-module-builder.url = "github:logos-co/logos-module-builder/0.2.5";
nix-bundle-lgx.url = "github:logos-co/nix-bundle-lgx";
logos-delivery.url = "git+https://github.com/logos-messaging/logos-delivery?submodules=1";
};