Skip to content

Commit

Permalink
esptool: 2.4.1 -> 2.5.0 (#43663)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda authored and xeji committed Jul 17, 2018
1 parent 0304445 commit 2391d1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/esptool/default.nix
@@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, python3, openssl }:

python3.pkgs.buildPythonApplication rec {
name = "esptool-${version}";
version = "2.4.1";
pname = "esptool";
version = "2.5.0";

src = fetchFromGitHub {
owner = "espressif";
repo = "esptool";
rev = "v${version}";
sha256 = "1djlmqdvcyqjqbj225xkn4ix9qr01b8pmsdija2h4nizx77xjyng";
sha256 = "0cvxapcln1xcz8hy0hidw6g8q61s5j3q03j3wrviagbh0zip8jdx";
};

checkInputs = with python3.pkgs; [ flake8 flake8-future-import flake8-import-order ];
Expand Down

0 comments on commit 2391d1d

Please sign in to comment.