cargo-espflash: 1.6.0 -> 1.7.0

This commit is contained in:
R. Ryantm 2022-09-17 08:40:49 +00:00
parent 74d81b4908
commit 6906a7a6e4

View File

@ -2,13 +2,13 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-espflash";
version = "1.6.0";
version = "1.7.0";
src = fetchFromGitHub {
owner = "esp-rs";
repo = "espflash";
rev = "v${version}";
sha256 = "sha256-YQ621YbdEy2sS4uEYvgnQU1G9iW5SpWNObPH4BfyeF0=";
sha256 = "sha256-AauIneSnacnY4mulD/qUgfN4K9tLzZXFug0oEsDuj18=";
};
nativeBuildInputs = [
@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec {
udev
];
cargoSha256 = "sha256-mDSNjeaEtYpEGpiIg2F+e8x/XCssNQxUx+6Cj+8XX5Q=";
cargoSha256 = "sha256-82o3B6qmBVPpBVAogClmTbxrBRXY8Lmd2sHmonP5/s8=";
meta = with lib; {
description = "Serial flasher utility for Espressif SoCs and modules based on esptool.py";