10 src = fetchFromGitHub {
11 owner = "owenthereal";
14 sha256 = "sha256-wzDK7iQN/z/M1mTKPCH3c+OjFsavplV/0oMiOe5thuI=";
19 nativeBuildInputs = [ installShellFiles ];
24 installManPage etc/man/man*/*
25 installShellCompletion --bash --name upterm.bash etc/completion/upterm.bash_completion.sh
26 installShellCompletion --zsh --name _upterm etc/completion/upterm.zsh_completion
31 __darwinAllowLocalNetworking = true;
34 description = "Secure terminal-session sharing";
35 homepage = "https://upterm.dev";
36 license = licenses.asl20;
37 maintainers = with maintainers; [ hax404 ];