Merge pull request #272229 from r-ryantm/auto-update/magic-wormhole-rs

magic-wormhole-rs: 0.6.0 -> 0.6.1
This commit is contained in:
Nick Cao 2023-12-05 09:37:47 -05:00 committed by GitHub
commit ec063e5af6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,16 +9,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "magic-wormhole-rs";
version = "0.6.0";
version = "0.6.1";
src = fetchFromGitHub {
owner = "magic-wormhole";
repo = "magic-wormhole.rs";
rev = version;
sha256 = "sha256-gNHtlbYWQvgboIG++N1680a4ql66PTF45DJGz521zzk=";
sha256 = "sha256-6dRnOAclHcPayY0e5guhWR5CLaKzp5TlEU5esLvYQg8=";
};
cargoSha256 = "sha256-powJrbVVBWtIg0CV7ZdhaVIQA+VhEPtPCts7f8Sl1VY=";
cargoHash = "sha256-SPhTvj2DYNzuAtWamDhsgtCTUpQXtnhoRRSE745tB/k=";
buildInputs = [ libxcb ]
++ lib.optionals stdenv.isDarwin [ Security AppKit ];