blflash: 0.3.2 -> 0.3.3

This commit is contained in:
R. RyanTM 2021-05-19 02:53:18 +00:00 committed by Jonathan Ringer
parent debd4a44d4
commit dac51dfb1f

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "blflash";
version = "0.3.2";
version = "0.3.3";
src = fetchFromGitHub {
owner = "spacemeowx2";
repo = "blflash";
rev = "v${version}";
sha256 = "sha256-+2ncK1ibtQwlBREw4Yiqj4vFvAcZqjkoTBtBdAAUoRg=";
sha256 = "sha256-hPScmivtugtZm848Itzg4Tb9rppZny+rKi3IBuUxxQY=";
};
cargoSha256 = "sha256-tt9jfcoEw/HQ0/qU4lhbqKtIw/lthDTcyf/3HYQNPEY=";
cargoSha256 = "sha256-/y3R8B2TOf8jeB9tcewoA9EGN6kj/EPMTjU6rfTF5Vc=";
meta = with lib; {
description = "An bl602 serial flasher written in Rust";