gossip: 0.13.0 -> 0.14.0 (#393714)

This commit is contained in:
Moritz Sanft
2025-03-27 14:15:32 +01:00
committed by GitHub
+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";