esphome: 2024.10.0 -> 2024.10.1

https://github.com/esphome/esphome/releases/tag/2024.10.1
This commit is contained in:
Martin Weinelt
2024-10-22 13:37:01 +02:00
parent d2dfc1ac21
commit b3a22fe99a
+2 -2
View File
@@ -21,14 +21,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2024.10.0";
version = "2024.10.1";
pyproject = true;
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-EdxCq/123OJm63NBfGnt5pfqdUXPti+NmbSVRu/gwqc=";
hash = "sha256-tnyuxDlrq5zeXCnHxvBQm3VEpnYL/7308Jrjq8IZ4Uc=";
};
build-systems = with python.pkgs; [