gossip: 0.13.0 -> 0.14.0 (#393714)

authored by Moritz Sanft and committed by GitHub 457c2ff3 e0d24613

+3 -3
+3 -3
pkgs/by-name/go/gossip/package.nix
··· 25 26 rustPlatform.buildRustPackage rec { 27 pname = "gossip"; 28 - version = "0.13.0"; 29 30 src = fetchFromGitHub { 31 owner = "mikedilger"; 32 repo = "gossip"; 33 tag = "v${version}"; 34 - hash = "sha256-GhkILnt573deQU42uN4YnhzDxirEvCpsvBnp6hF06v4="; 35 }; 36 37 useFetchCargoVendor = true; 38 - cargoHash = "sha256-gKyGDk64EJMSFovBLFhkOHRoWrYRERTH2O2McHe2fMM="; 39 40 # See https://github.com/mikedilger/gossip/blob/0.9/README.md. 41 RUSTFLAGS = "--cfg tokio_unstable";
··· 25 26 rustPlatform.buildRustPackage rec { 27 pname = "gossip"; 28 + version = "0.14.0"; 29 30 src = fetchFromGitHub { 31 owner = "mikedilger"; 32 repo = "gossip"; 33 tag = "v${version}"; 34 + hash = "sha256-nv/NMLAka62u0WzvHMEW9XBVXpg9T8bNJiUegS/oj48="; 35 }; 36 37 useFetchCargoVendor = true; 38 + cargoHash = "sha256-rE7SErOhl2fcmvLairq+mvdnbDIk1aPo3eYqwRx5kkA="; 39 40 # See https://github.com/mikedilger/gossip/blob/0.9/README.md. 41 RUSTFLAGS = "--cfg tokio_unstable";