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

authored by

Sandro and committed by
GitHub
e072c764 c7c24de0

+2 -2
+2 -2
pkgs/tools/misc/esptool/default.nix
··· 2 3 python3.pkgs.buildPythonApplication rec { 4 pname = "esptool"; 5 - version = "3.1"; 6 7 src = fetchFromGitHub { 8 owner = "espressif"; 9 repo = "esptool"; 10 rev = "v${version}"; 11 - sha256 = "sha256-GaGrV8L//pU4kt4HJmY88l5BNtT0IcZox7b24AFjPCI="; 12 }; 13 14 checkInputs = with python3.pkgs;
··· 2 3 python3.pkgs.buildPythonApplication rec { 4 pname = "esptool"; 5 + version = "3.2"; 6 7 src = fetchFromGitHub { 8 owner = "espressif"; 9 repo = "esptool"; 10 rev = "v${version}"; 11 + sha256 = "1jic5kynfan5zirv9pm3pfjps12zf68cpnhl7i1vls2m79zdkfa3"; 12 }; 13 14 checkInputs = with python3.pkgs;