espflash: 3.2.0 -> 3.3.0
Added new version of espflash, there is a issue with a docstring, with
the args[1] when is called using cargo test, so skipping that test and
I'll submit the change upstream.
Test issue:
3c5de2b996/espflash/src/cli/monitor/external_processors.rs (L22)
Release:
https://github.com/esp-rs/espflash/releases/tag/v3.3.0
Signed-off-by: Eloy Coto <eloy.coto@acalustra.com>
This commit is contained in:
parent
7152ce5de6
commit
8b708df01a
@ -15,13 +15,13 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "espflash";
|
||||
version = "3.2.0";
|
||||
version = "3.3.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "esp-rs";
|
||||
repo = "espflash";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-X9VTwXk/6zAkQb5P9Wz8Pt4oIt2xXfff9dhGb8wauG4=";
|
||||
hash = "sha256-8qFq+OyidW8Bwla6alk/9pXLe3zayHkz5LsqI3jwgY0=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -43,7 +43,10 @@ rustPlatform.buildRustPackage rec {
|
||||
SystemConfiguration
|
||||
];
|
||||
|
||||
cargoHash = "sha256-3xUDsznzIRlfGwVuIH1+Ub5tE/ST981KZS/2TAKaBAE=";
|
||||
cargoHash = "sha256-04bBLTpsQNDP0ExvAOjwp3beOktC8rQqFtfEu6d+DWY=";
|
||||
checkFlags = [
|
||||
"--skip cli::monitor::external_processors"
|
||||
];
|
||||
|
||||
postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) ''
|
||||
installShellCompletion --cmd espflash \
|
||||
|
Loading…
x
Reference in New Issue
Block a user