esptool: 2.5.0 -> 2.5.1
This commit is contained in:
parent
11763c56c5
commit
5ef745b983
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "esptool";
|
pname = "esptool";
|
||||||
version = "2.5.0";
|
version = "2.5.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "espressif";
|
owner = "espressif";
|
||||||
repo = "esptool";
|
repo = "esptool";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0cvxapcln1xcz8hy0hidw6g8q61s5j3q03j3wrviagbh0zip8jdx";
|
sha256 = "19l3b1fqg1n3ch484dcibbi5a3nbmjq086has5pwqn348h4k57mh";
|
||||||
};
|
};
|
||||||
|
|
||||||
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