mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
esptool: 2.5.1 -> 2.6
This commit is contained in:
parent
9f3d9915d7
commit
43d4f07bf1
|
@ -2,17 +2,17 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "esptool";
|
pname = "esptool";
|
||||||
version = "2.5.1";
|
version = "2.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "espressif";
|
owner = "espressif";
|
||||||
repo = "esptool";
|
repo = "esptool";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "19l3b1fqg1n3ch484dcibbi5a3nbmjq086has5pwqn348h4k57mh";
|
sha256 = "1hxgzqh5z81dq1k2xd6329h8idk9y8q29izrwm1vhn0m9v1pxa22";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = with python3.pkgs; [ flake8 flake8-future-import flake8-import-order ];
|
checkInputs = with python3.pkgs; [ flake8 flake8-future-import flake8-import-order openssl ];
|
||||||
propagatedBuildInputs = with python3.pkgs; [ pyserial pyaes ecdsa openssl ];
|
propagatedBuildInputs = with python3.pkgs; [ pyserial pyaes ecdsa ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "ESP8266 and ESP32 serial bootloader utility";
|
description = "ESP8266 and ESP32 serial bootloader utility";
|
||||||
|
|
Loading…
Reference in a new issue