10 stdenv.mkDerivation (finalAttrs: {
14 src = fetchFromGitHub {
16 repo = "pololu-tic-software";
17 rev = "refs/tags/${finalAttrs.version}";
18 hash = "sha256-C/v5oaC5zZwm+j9CbFaDW+ebzHxPVb8kZLg9c0HyPbc=";
32 propagatedBuildInputs = [
41 homepage = "https://github.com/pololu/pololu-tic-software";
42 description = "Pololu Tic stepper motor controller software";
43 platforms = platforms.all;
44 license = licenses.cc-by-sa-30;
45 maintainers = with maintainers; [ bzizou ];