Merge pull request #210925 from 0x4A6F/master-blflash

blflash: 0.3.3 -> 0.3.5

Changed files
+3 -3
pkgs
tools
misc
blflash
+3 -3
pkgs/tools/misc/blflash/default.nix
···
rustPlatform.buildRustPackage rec {
pname = "blflash";
-
version = "0.3.3";
src = fetchFromGitHub {
owner = "spacemeowx2";
repo = "blflash";
rev = "v${version}";
-
sha256 = "sha256-hPScmivtugtZm848Itzg4Tb9rppZny+rKi3IBuUxxQY=";
};
-
cargoSha256 = "sha256-/y3R8B2TOf8jeB9tcewoA9EGN6kj/EPMTjU6rfTF5Vc=";
meta = with lib; {
description = "An bl602 serial flasher written in Rust";
···
rustPlatform.buildRustPackage rec {
pname = "blflash";
+
version = "0.3.5";
src = fetchFromGitHub {
owner = "spacemeowx2";
repo = "blflash";
rev = "v${version}";
+
sha256 = "sha256-lv5bUbq5AnZVeR8V0A4pamY9ZIQAhLmvZEr+CRMPcj0=";
};
+
cargoSha256 = "sha256-NRBW2rGrtEmmxONTpCM1D+o5HtnLjp175Sq9+aCp7ZE=";
meta = with lib; {
description = "An bl602 serial flasher written in Rust";