Merge pull request #219436 from dotlambda/esptool-4.5.1

esptool: 4.5 -> 4.5.1

authored by Ilan Joselevich and committed by GitHub f9f47e80 5335a4f4

+2 -2
+2 -2
pkgs/tools/misc/esptool/default.nix
··· 5 6 python3.pkgs.buildPythonApplication rec { 7 pname = "esptool"; 8 - version = "4.5"; 9 10 src = fetchFromGitHub { 11 owner = "espressif"; 12 repo = "esptool"; 13 rev = "v${version}"; 14 - hash = "sha256-SwMdemCk3e3RyXTzoXIqDRywpg3ogE9nQjXGBz0BjwE="; 15 }; 16 17 propagatedBuildInputs = with python3.pkgs; [
··· 5 6 python3.pkgs.buildPythonApplication rec { 7 pname = "esptool"; 8 + version = "4.5.1"; 9 10 src = fetchFromGitHub { 11 owner = "espressif"; 12 repo = "esptool"; 13 rev = "v${version}"; 14 + hash = "sha256-FKFw7czXzC8F3OXjlLoJEFaqsSgqWz0ZEqd7KjCy5Ik="; 15 }; 16 17 propagatedBuildInputs = with python3.pkgs; [