tarssh: init at 0.4.0
This commit is contained in:
parent
1e501a4c9b
commit
3ed0b84b88
25
pkgs/servers/tarssh/default.nix
Normal file
25
pkgs/servers/tarssh/default.nix
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
{ fetchFromGitHub, rustPlatform, stdenv }:
|
||||||
|
|
||||||
|
with rustPlatform;
|
||||||
|
|
||||||
|
buildRustPackage rec {
|
||||||
|
pname = "tarssh";
|
||||||
|
version = "0.4.0";
|
||||||
|
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
rev = "v${version}";
|
||||||
|
owner = "Freaky";
|
||||||
|
repo = pname;
|
||||||
|
sha256 = "0fm0rwknhm39nhd6g0pnxby34i5gpmi5ri795d9ylsw0pqwz6kd0";
|
||||||
|
};
|
||||||
|
|
||||||
|
cargoSha256 = "108xdpgfgfd4z455snif0mzbla0rv8gjqxci5qgwjzfyshwkprgv";
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
description = "A simple SSH tarpit inspired by endlessh";
|
||||||
|
homepage = "https://github.com/Freaky/tarssh";
|
||||||
|
license = [ licenses.mit ];
|
||||||
|
maintainers = with maintainers; [ sohalt ];
|
||||||
|
platforms = platforms.unix ;
|
||||||
|
};
|
||||||
|
}
|
@ -7323,6 +7323,8 @@ in
|
|||||||
|
|
||||||
tarsnapper = callPackage ../tools/backup/tarsnapper { };
|
tarsnapper = callPackage ../tools/backup/tarsnapper { };
|
||||||
|
|
||||||
|
tarssh = callPackage ../servers/tarssh { };
|
||||||
|
|
||||||
tartube = callPackage ../applications/video/tartube { };
|
tartube = callPackage ../applications/video/tartube { };
|
||||||
|
|
||||||
tayga = callPackage ../tools/networking/tayga { };
|
tayga = callPackage ../tools/networking/tayga { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user