Update busd git dep to include control over whether channel conns skip hello
This commit is contained in:
parent
6428695a6b
commit
e32d6746df
4 changed files with 16 additions and 13 deletions
|
|
@ -27,6 +27,10 @@
|
|||
inherit (cargoToml.package) name version;
|
||||
src = ./.;
|
||||
cargoLock.lockFile = ./Cargo.lock;
|
||||
cargoLock.outputHashes = {
|
||||
"zbus-5.9.0" = "sha256-3xaKbf+JmO5yVwPbvA3z9dHvqICh7yCeKk1SIX8zhJA=";
|
||||
"busd-0.4.0" = "sha256-UzTclEJ8lRMmiuLJJi+gsm7vkx+MLfnDdi5s9OVT1HE=";
|
||||
};
|
||||
buildAndTestSubdir = crate;
|
||||
};
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue