1 { lib, buildGoModule, fetchFromGitHub, asciidoctor, installShellFiles }:
7 src = fetchFromGitHub {
11 hash = "sha256-JyZHH8JgS3uoNVicx1wj0SAzlrXyTrpwIBZuok6buRw=";
14 vendorHash = "sha256-duVp/obT+5M4Dl3BAdSgRaP3+LKmS0y51loMMdoGysw=";
16 nativeBuildInputs = [ asciidoctor installShellFiles ];
20 installManPage man/webcat.1
24 homepage = "https://rumpelsepp.org/blog/ssh-through-websocket/";
25 description = "Lightweight swiss army knife for websockets";
26 license = licenses.gpl3Only;
27 maintainers = with maintainers; [ montag451 ];
28 mainProgram = "webcat";