mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
Merge pull request #330573 from r-ryantm/auto-update/magic-wormhole-rs
magic-wormhole-rs: 0.7.0 -> 0.7.1
This commit is contained in:
commit
efdd632587
@ -9,16 +9,16 @@
|
|||||||
}:
|
}:
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "magic-wormhole-rs";
|
pname = "magic-wormhole-rs";
|
||||||
version = "0.7.0";
|
version = "0.7.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "magic-wormhole";
|
owner = "magic-wormhole";
|
||||||
repo = "magic-wormhole.rs";
|
repo = "magic-wormhole.rs";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-YFbBOjJK3+Zyy6pKQwGzYlva63PLhBhgMPEdQljNerE=";
|
sha256 = "sha256-u0prkwAWFTTIsAhi2ZV5Ozwcb6QOu0uaqZdORmAxxcY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-qwrNj8M6ZDCqu7529DnhgiCaxYwsOlABTEEDBmkSL2U=";
|
cargoHash = "sha256-x6aEas3vmdI24nOys+Y+vuwY7k5cYRAj9oOH73zyV+A=";
|
||||||
|
|
||||||
buildInputs = [ libxcb ]
|
buildInputs = [ libxcb ]
|
||||||
++ lib.optionals stdenv.isDarwin [ Security AppKit ];
|
++ lib.optionals stdenv.isDarwin [ Security AppKit ];
|
||||||
|
Loading…
Reference in New Issue
Block a user