From 63d82f3a1959f1cc26cddd5631657d2d52bd9b15 Mon Sep 17 00:00:00 2001 From: Robert Schütz Date: Wed, 27 Jun 2018 15:46:01 +0200 Subject: esptool: 2.3.1 -> 2.4.1 (#42632) --- pkgs/tools/misc/esptool/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/tools/misc') diff --git a/pkgs/tools/misc/esptool/default.nix b/pkgs/tools/misc/esptool/default.nix index 1d7c47c2c9ab..729b4cef03a4 100644 --- a/pkgs/tools/misc/esptool/default.nix +++ b/pkgs/tools/misc/esptool/default.nix @@ -2,13 +2,13 @@ python3.pkgs.buildPythonApplication rec { name = "esptool-${version}"; - version = "2.3.1"; + version = "2.4.1"; src = fetchFromGitHub { owner = "espressif"; repo = "esptool"; rev = "v${version}"; - sha256 = "0gwnl6z5s2ax07l3n38h9hdyz71pn8lzn4fybcwyrii0bj2kapvc"; + sha256 = "1djlmqdvcyqjqbj225xkn4ix9qr01b8pmsdija2h4nizx77xjyng"; }; checkInputs = with python3.pkgs; [ flake8 flake8-future-import flake8-import-order ]; -- cgit 1.4.1