1 { fetchFromGitHub, rustPlatform, lib }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-AoKc8VF6rqYIsijIfgvevwu+6+suOO7XQCXXgAPNgLk=";
14 cargoHash = "sha256-w1MNsMSGONsAAjyvAHjio2K88j1sqyP1Aqmw3EMya+c=";
17 description = "Simple SSH tarpit inspired by endlessh";
18 homepage = "https://github.com/Freaky/tarssh";
19 license = [ licenses.mit ];
20 maintainers = with maintainers; [ sohalt ];
21 platforms = platforms.unix ;
22 mainProgram = "tarssh";