1 { lib, buildGoModule, fetchFromGitHub }:
4 pname = "wormhole-william";
7 src = fetchFromGitHub {
9 repo = "wormhole-william";
11 sha256 = "sha256-KLj9ZeLcIOWA4VeuxfoOr99kUCDb7OARX/h9DSG1WHw=";
14 vendorHash = "sha256-oJz7HgtjuP4ooXdpofIKaDndGg4WqVZgbT8Yb1AyaMs=";
16 __darwinAllowLocalNetworking = true;
19 # wormhole_test.go:692: failed to establish connection
20 substituteInPlace wormhole/wormhole_test.go \
21 --replace "TestWormholeDirectoryTransportSendRecvDirect" \
22 "SkipWormholeDirectoryTransportSendRecvDirect"
26 homepage = "https://github.com/psanford/wormhole-william";
27 description = "End-to-end encrypted file transfers";
28 changelog = "https://github.com/psanford/wormhole-william/releases/tag/v${version}";
29 license = licenses.mit;
30 maintainers = with maintainers; [ psanford ];
31 mainProgram = "wormhole-william";