1 { lib, fetchFromGitHub, rustPlatform }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-hPScmivtugtZm848Itzg4Tb9rppZny+rKi3IBuUxxQY=";
14 cargoSha256 = "sha256-/y3R8B2TOf8jeB9tcewoA9EGN6kj/EPMTjU6rfTF5Vc=";
17 description = "An bl602 serial flasher written in Rust";
18 homepage = "https://github.com/spacemeowx2/blflash";
19 license = with licenses; [ mit asl20 ];
20 maintainers = with maintainers; [ _0x4A6F ];