We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08ae948 + 397b693 commit 9e34adfCopy full SHA for 9e34adf
pkgs/tools/networking/magic-wormhole-rs/default.nix
@@ -9,16 +9,16 @@
9
}:
10
rustPlatform.buildRustPackage rec {
11
pname = "magic-wormhole-rs";
12
- version = "0.7.3";
+ version = "0.7.4";
13
14
src = fetchFromGitHub {
15
owner = "magic-wormhole";
16
repo = "magic-wormhole.rs";
17
rev = version;
18
- sha256 = "sha256-R5TUZZE+cgSMGR+kNgjaqppXbWM0cELE7jyI4fSNIVM=";
+ sha256 = "sha256-cPFstE442xuNnW8PQZ8y+0sXTaWk3QYjTn3HG+zWzY0=";
19
};
20
21
- cargoHash = "sha256-Q6S7iTV8kCDyV3FdXCKA2vcg3x64BrXOIfrRUc06nI4=";
+ cargoHash = "sha256-+OcjILDwGg0eybzBgVIZeVelnQatPU6rgd/b6buvTRQ=";
22
23
buildInputs = [ libxcb ]
24
++ lib.optionals stdenv.hostPlatform.isDarwin [ Security AppKit ];
0 commit comments