esptool: 3.2 -> 3.3

This commit is contained in:
R. Ryantm 2022-03-24 12:41:30 +00:00
parent 30d2d4a499
commit 22102e52e2

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;