mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
esptool: 4.6.2 -> 4.7.0
This commit is contained in:
parent
f636d30fce
commit
3bd4bb30e7
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue