blflash: init at 0.3.2

This commit is contained in:
0x4A6F 2021-02-01 19:26:57 +00:00
parent bbc0f1cbb3
commit 25b39e3fc7
No known key found for this signature in database
GPG key ID: 8DEDBA5BE07080E1
2 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,22 @@
{ lib, fetchFromGitHub, rustPlatform }:
rustPlatform.buildRustPackage rec {
pname = "blflash";
version = "0.3.2";
src = fetchFromGitHub {
owner = "spacemeowx2";
repo = "blflash";
rev = "v${version}";
sha256 = "sha256-+2ncK1ibtQwlBREw4Yiqj4vFvAcZqjkoTBtBdAAUoRg=";
};
cargoSha256 = "sha256-tt9jfcoEw/HQ0/qU4lhbqKtIw/lthDTcyf/3HYQNPEY=";
meta = with lib; {
description = "An bl602 serial flasher written in Rust";
homepage = "https://github.com/spacemeowx2/blflash";
license = with licenses; [ mit asl20 ];
maintainers = with maintainers; [ _0x4A6F ];
};
}

View file

@ -21188,6 +21188,8 @@ in
inherit (darwin.apple_sdk.frameworks) Cocoa CoreGraphics ForceFeedback OpenAL OpenGL;
};
blflash = callPackage ../tools/misc/blflash { };
blogc = callPackage ../applications/misc/blogc { };
bluefish = callPackage ../applications/editors/bluefish {