8 rustPlatform.buildRustPackage rec {
9 pname = "serial-unit-testing";
12 src = fetchFromGitHub {
14 repo = "serial-unit-testing";
16 hash = "sha256-SLwTwEQdwbus9RFskFjU8m4fS9Pnp8HsgnKkBvTqmSI=";
19 cargoHash = "sha256-PoV2v0p0L3CTtC9VMAx2Z/ZsSAIFi2gh2TtOp64S6ZQ=";
29 # tests require a serial port
33 description = "Automate testing of serial communication with any serial port device";
34 homepage = "https://github.com/markatk/serial-unit-testing";
35 changelog = "https://github.com/markatk/serial-unit-testing/blob/v${version}/CHANGELOG.md";
36 license = licenses.mit;
37 maintainers = with maintainers; [ rudolfvesely ];