8 python3.pkgs.buildPythonApplication rec{
11 format = "setuptools";
13 disabled = python3.pkgs.pythonOlder "3.6";
15 src = fetchFromGitHub {
18 rev = "refs/tags/${version}";
19 hash = "sha256-3/AU2o72X7FE11NSXC6m9fFhmjzEDZ+OpTXg8yvv62A=";
22 propagatedBuildInputs = [
29 inherit (nixosTests) xxh;
33 description = "Bring your favorite shell wherever you go through SSH";
34 homepage = "https://github.com/xxh/xxh";
35 license = licenses.bsd2;
36 maintainers = with maintainers; [ pasqui23 ];