1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-7rNSBpiZslUGWw0P/Q1zRtNxo9MN8Vq6hG8pD6bJIsA=";
14 # Upstream has a `./vendor` directory with all deps which we rely upon.
17 ldflags = [ "-s" "-w" "-X main.version=${version}" ];
20 homepage = "https://tty-share.com";
21 description = "Share terminal via browser for remote work or shared sessions";
22 license = licenses.mit;
23 maintainers = with maintainers; [ andys8 ];
24 mainProgram = "tty-share";