Merge pull request #165605 from r-ryantm/auto-update/esptool

esptool: 3.2 -> 3.3
This commit is contained in:
Fabian Affolter 2022-03-27 16:38:19 +02:00 committed by GitHub
commit 4cf52a576b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "esptool";
version = "3.2";
version = "3.3";
src = fetchFromGitHub {
owner = "espressif";
repo = "esptool";
rev = "v${version}";
sha256 = "1jic5kynfan5zirv9pm3pfjps12zf68cpnhl7i1vls2m79zdkfa3";
sha256 = "sha256-CmGie+M3AboOk8X+LkRhIxTRQZgDlklouzmz8kiIZuI=";
};
checkInputs = with python3.pkgs;