Unverified Commit 457c2ff3 authored by Moritz Sanft's avatar Moritz Sanft Committed by GitHub
Browse files

gossip: 0.13.0 -> 0.14.0 (#393714)

parents e0d24613 bdee9350
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";