2 , buildPythonApplication
8 buildPythonApplication rec {
13 inherit pname version;
14 hash = "sha256-SmbYNSB0eVUOWdDdPoMAPQTE7KeKTkklD4h+0t1LC/U=";
17 propagatedBuildInputs = [
23 homepage = "https://github.com/dhylands/rshell";
24 description = "Remote Shell for MicroPython";
25 license = licenses.mit;
26 maintainers = with maintainers; [ c0deaddict ];