summary refs log tree commit diff
path: root/pkgs/development/tools/rust/cargo-espflash
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-09-17 08:40:49 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-09-17 08:40:49 +0000
commit6906a7a6e4197311fc79638ea4b1239ebe09ce02 (patch)
treefb53d33b82dc0e09fc5df558b4042d37dbaea44c /pkgs/development/tools/rust/cargo-espflash
parent74d81b49086d812d6beb2bfaa245ba0d454dbc3f (diff)
cargo-espflash: 1.6.0 -> 1.7.0
Diffstat (limited to 'pkgs/development/tools/rust/cargo-espflash')
-rw-r--r--pkgs/development/tools/rust/cargo-espflash/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/rust/cargo-espflash/default.nix b/pkgs/development/tools/rust/cargo-espflash/default.nix
index cd9e85c066975..8d95710eb3021 100644
--- a/pkgs/development/tools/rust/cargo-espflash/default.nix
+++ b/pkgs/development/tools/rust/cargo-espflash/default.nix
@@ -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";