esptool: 2.4.1 -> 2.5.0 (#43663)
This commit is contained in:
parent
0304445996
commit
2391d1dbf3
@ -1,14 +1,14 @@
|
|||||||
{ stdenv, fetchFromGitHub, python3, openssl }:
|
{ stdenv, fetchFromGitHub, python3, openssl }:
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
name = "esptool-${version}";
|
pname = "esptool";
|
||||||
version = "2.4.1";
|
version = "2.5.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "espressif";
|
owner = "espressif";
|
||||||
repo = "esptool";
|
repo = "esptool";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1djlmqdvcyqjqbj225xkn4ix9qr01b8pmsdija2h4nizx77xjyng";
|
sha256 = "0cvxapcln1xcz8hy0hidw6g8q61s5j3q03j3wrviagbh0zip8jdx";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = with python3.pkgs; [ flake8 flake8-future-import flake8-import-order ];
|
checkInputs = with python3.pkgs; [ flake8 flake8-future-import flake8-import-order ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user