From 3bd4bb30e7d7ece3e53f5e553f23b01c3116f0ff Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Sun, 4 Feb 2024 17:40:48 +0100 Subject: [PATCH] esptool: 4.6.2 -> 4.7.0 --- pkgs/tools/misc/esptool/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/misc/esptool/default.nix b/pkgs/tools/misc/esptool/default.nix index a06074b688d6..67eaacddaf6f 100644 --- a/pkgs/tools/misc/esptool/default.nix +++ b/pkgs/tools/misc/esptool/default.nix @@ -6,7 +6,7 @@ python3.pkgs.buildPythonApplication rec { pname = "esptool"; - version = "4.6.2"; + version = "4.7.0"; format = "setuptools"; @@ -14,7 +14,7 @@ python3.pkgs.buildPythonApplication rec { owner = "espressif"; repo = "esptool"; rev = "v${version}"; - hash = "sha256-3uvTyJrGCpulu/MR/VfCgnIxibxJj2ehBIBSveq7EfI="; + hash = "sha256-yrEwCg0e+8jZorL6jcqeuKUCFoV0oP9HVFh1n/ezjPg="; }; postPatch = '' @@ -28,6 +28,7 @@ python3.pkgs.buildPythonApplication rec { bitstring cryptography ecdsa + intelhex pyserial reedsolo pyyaml