mirror of
https://github.com/logos-co/logos-messaging-module.git
synced 2026-08-27 10:41:19 +00:00
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:
co-authored by
Claude Opus 5
parent
3f8a0ed99a
commit
0f513f7dfc
Generated
+29564
-2031
File diff suppressed because it is too large
Load Diff
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user