esphome: 2025.12.1 -> 2025.12.2

https://github.com/esphome/esphome/releases/tag/2025.12.2
This commit is contained in:
R. Ryantm
2025-12-26 18:08:54 +01:00
committed by Martin Weinelt
parent 57fa795b96
commit 788a915eea
+2 -2
View File
@@ -33,14 +33,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2025.12.1";
version = "2025.12.2";
pyproject = true;
src = fetchFromGitHub {
owner = "esphome";
repo = "esphome";
tag = version;
hash = "sha256-SElaxk81Psv1fkXGazMlUqmjlGLgNMm1t588zT+7r44=";
hash = "sha256-+9pWInWG7pWOrdU7OkdjRVy8YcN2JtIq5BIj0BopPms=";
};
patches = [