10 rustPlatform.buildRustPackage rec {
15 inherit pname version;
16 hash = "sha256-7RS2OC00tjsSBYFvg0/FQf1HN515FdrmCoKhJBu4fvI=";
19 cargoHash = "sha256-oz2XVqDWmv/8HLrIFL+xJinZNUdoWk4KVHDPZr2v+Ls=";
25 buildInputs = lib.optional stdenv.hostPlatform.isLinux udev;
28 description = "Convert ELF files to UF2 for USB Flashing Bootloaders";
29 mainProgram = "elf2uf2-rs";
30 homepage = "https://github.com/JoNil/elf2uf2-rs";
31 license = with licenses; [ bsd0 ];
32 platforms = platforms.linux ++ platforms.darwin;
33 maintainers = with maintainers; [