Unverified Commit 9e34adf2 authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

magic-wormhole-rs: 0.7.3 -> 0.7.4 (#360356)

parents 08ae9486 397b693e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,16 +9,16 @@
}:
rustPlatform.buildRustPackage rec {
  pname = "magic-wormhole-rs";
  version = "0.7.3";
  version = "0.7.4";

  src = fetchFromGitHub {
    owner = "magic-wormhole";
    repo = "magic-wormhole.rs";
    rev = version;
    sha256 = "sha256-R5TUZZE+cgSMGR+kNgjaqppXbWM0cELE7jyI4fSNIVM=";
    sha256 = "sha256-cPFstE442xuNnW8PQZ8y+0sXTaWk3QYjTn3HG+zWzY0=";
  };

  cargoHash = "sha256-Q6S7iTV8kCDyV3FdXCKA2vcg3x64BrXOIfrRUc06nI4=";
  cargoHash = "sha256-+OcjILDwGg0eybzBgVIZeVelnQatPU6rgd/b6buvTRQ=";

  buildInputs = [ libxcb ]
    ++ lib.optionals stdenv.hostPlatform.isDarwin [ Security AppKit ];