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