9 stdenv.mkDerivation rec {
13 src = fetchFromGitHub {
17 hash = "sha256-yHQzDrjZycDL/2oSQCJjxbZQJ30FoixVG1dnFyTKPH4=";
20 makeFlags = [ "PREFIX=$(out)" ];
23 inherit (nixosTests) endlessh;
24 version = testers.testVersion {
26 command = "endlessh -V";
31 description = "SSH tarpit that slowly sends an endless banner";
32 homepage = "https://github.com/skeeto/endlessh";
33 changelog = "https://github.com/skeeto/endlessh/releases/tag/${version}";
34 license = licenses.unlicense;
35 maintainers = with maintainers; [ azahi ];
36 platforms = platforms.unix;
37 mainProgram = "endlessh";