11 rustPlatform.buildRustPackage rec {
16 inherit pname version;
17 hash = "sha256-AvnojcWQ4dQKk6B1Tjhkb4jfL6BJDsbeEo4tlgbOp84=";
20 cargoHash = "sha256-HeFmQsgr6uHrWi6s5sMQ6n63a44Msarb5p0+wUzKFkE=";
22 nativeBuildInputs = [ pkg-config ];
24 buildInputs = [ udev ];
27 updateScript = nix-update-script { };
28 tests.version = testers.testVersion {
30 version = "v${version}";
35 description = "Tool to easily flash code onto an AVR microcontroller with avrdude";
36 homepage = "https://crates.io/crates/ravedude";
37 license = with licenses; [ mit /* or */ asl20 ];
38 platforms = platforms.linux;
39 maintainers = with maintainers; [ rvarago ];
40 mainProgram = "ravedude";