11 stdenv.mkDerivation rec {
15 src = fetchFromGitHub {
19 sha256 = "sha256-MKhh0ooDZI1Ks8vVuPRiHhpOqStetGaAhE2ulvBstxA=";
32 description = "Collection of tools to manage Teensy boards";
33 homepage = "https://koromix.dev/tytools";
34 license = licenses.unlicense;
35 platforms = platforms.unix;
36 maintainers = with maintainers; [ ahuzik ];