Skip to content

Commit 397b693

Browse files
committed
magic-wormhole-rs: 0.7.3 -> 0.7.4
1 parent e383460 commit 397b693

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/networking/magic-wormhole-rs/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
}:
1010
rustPlatform.buildRustPackage rec {
1111
pname = "magic-wormhole-rs";
12-
version = "0.7.3";
12+
version = "0.7.4";
1313

1414
src = fetchFromGitHub {
1515
owner = "magic-wormhole";
1616
repo = "magic-wormhole.rs";
1717
rev = version;
18-
sha256 = "sha256-R5TUZZE+cgSMGR+kNgjaqppXbWM0cELE7jyI4fSNIVM=";
18+
sha256 = "sha256-cPFstE442xuNnW8PQZ8y+0sXTaWk3QYjTn3HG+zWzY0=";
1919
};
2020

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

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

0 commit comments

Comments
 (0)