magic-wormhole-rs: 0.7.1 -> 0.7.3
This commit is contained in:
parent
a4b80ce726
commit
d81d437c5c
@ -9,16 +9,16 @@
|
|||||||
}:
|
}:
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "magic-wormhole-rs";
|
pname = "magic-wormhole-rs";
|
||||||
version = "0.7.1";
|
version = "0.7.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "magic-wormhole";
|
owner = "magic-wormhole";
|
||||||
repo = "magic-wormhole.rs";
|
repo = "magic-wormhole.rs";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-u0prkwAWFTTIsAhi2ZV5Ozwcb6QOu0uaqZdORmAxxcY=";
|
sha256 = "sha256-R5TUZZE+cgSMGR+kNgjaqppXbWM0cELE7jyI4fSNIVM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-x6aEas3vmdI24nOys+Y+vuwY7k5cYRAj9oOH73zyV+A=";
|
cargoHash = "sha256-Q6S7iTV8kCDyV3FdXCKA2vcg3x64BrXOIfrRUc06nI4=";
|
||||||
|
|
||||||
buildInputs = [ libxcb ]
|
buildInputs = [ libxcb ]
|
||||||
++ lib.optionals stdenv.hostPlatform.isDarwin [ Security AppKit ];
|
++ lib.optionals stdenv.hostPlatform.isDarwin [ Security AppKit ];
|
||||||
|
Loading…
Reference in New Issue
Block a user