8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
13 owner = "quantumsheep";
16 hash = "sha256-phVwNPElQOTgsrDxzyUcDMByxi7t1IIPFCEHJTXiBdY=";
20 # Patch version output
21 lockFile = ./Cargo.lock;
25 ln -sf ${./Cargo.toml} Cargo.toml
26 ln -sf ${./Cargo.lock} Cargo.lock
29 passthru.tests.version = testers.testVersion {
34 description = "Terminal user interface for SSH";
35 homepage = "https://github.com/quantumsheep/sshs";
36 license = licenses.mit;
37 maintainers = with maintainers; [ not-my-segfault ];