6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
11 owner = "turing-machines";
14 hash = "sha256-se5+8Zf+RKtvfkmDDxKiUVp5J+bQ9j9RFedDK/pxCgA=";
17 cargoHash = "sha256-5TfLAMPl3I9gkd3SSjPlBeBJzANK9u5XjY0ReHVSTJw=";
20 description = "CLI tool to control your Turing Pi 2 board";
21 homepage = "https://github.com/turing-machines/tpi";
22 license = lib.licenses.asl20;
23 maintainers = with lib.maintainers; [ WoutSwinkels ];