Skip to content

Commit

Permalink
tpi: init at 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Wout Swinkels committed Oct 18, 2024
1 parent c004185 commit 2a53523
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions pkgs/by-name/tp/tpi/package.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
rustPlatform,
fetchFromGitHub,
lib,
}:
rustPlatform.buildRustPackage {
pname = "tpi";
version = "1.0.6";

src = fetchFromGitHub {
owner = "turing-machines";
repo = "tpi";
rev = "v1.0.6";
sha256 = "1ax43dbyy41awf7s5x6kcx96dwjl3d2iir1l3qdqlbw9g1ps8jmf";
};

cargoHash = "sha256-hSWDr1XuD6x96QV2QIdhGPQ00Sg7G5O5bkFNTdUx0ug=";

meta = {
description = "CLI tool to control your Turing Pi 2 board";
homepage = "https://github.com/turing-machines/tpi";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ WoutSwinkels ];
};
}

0 comments on commit 2a53523

Please sign in to comment.