gossip: 0.13.0 -> 0.14.0

This commit is contained in:
R. Ryantm
2025-03-27 12:36:52 +00:00
parent 535aae1d63
commit bdee9350f5
+3 -3
View File
@@ -25,17 +25,17 @@
rustPlatform.buildRustPackage rec {
pname = "gossip";
version = "0.13.0";
version = "0.14.0";
src = fetchFromGitHub {
owner = "mikedilger";
repo = "gossip";
tag = "v${version}";
hash = "sha256-GhkILnt573deQU42uN4YnhzDxirEvCpsvBnp6hF06v4=";
hash = "sha256-nv/NMLAka62u0WzvHMEW9XBVXpg9T8bNJiUegS/oj48=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-gKyGDk64EJMSFovBLFhkOHRoWrYRERTH2O2McHe2fMM=";
cargoHash = "sha256-rE7SErOhl2fcmvLairq+mvdnbDIk1aPo3eYqwRx5kkA=";
# See https://github.com/mikedilger/gossip/blob/0.9/README.md.
RUSTFLAGS = "--cfg tokio_unstable";