9 rustPlatform.buildRustPackage rec {
13 src = fetchFromGitHub {
14 owner = "quantumsheep";
17 hash = "sha256-8tIIpGEQBXfLQ/Bok4KrpDGwoYhIQz/ylg6fUc6mBdc=";
20 cargoHash = "sha256-w+KYaYO3LXUEk4If6LSncS5KZJyNl8JMLGa+NtF3hf0=";
22 passthru.tests.version = testers.testVersion { package = sshs; };
25 description = "Terminal user interface for SSH";
26 homepage = "https://github.com/quantumsheep/sshs";
27 license = lib.licenses.mit;
28 maintainers = with lib.maintainers; [ not-my-segfault ];