esphome: 2025.12.6 -> 2025.12.7

https://github.com/esphome/esphome/releases/tag/2025.12.7
This commit is contained in:
Martin Weinelt
2026-01-17 16:40:20 +01:00
parent ce037accb5
commit 88038cef09
+2 -2
View File
@@ -33,14 +33,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2025.12.6";
version = "2025.12.7";
pyproject = true;
src = fetchFromGitHub {
owner = "esphome";
repo = "esphome";
tag = version;
hash = "sha256-7TpHpivBNA5DW/ThCUqhEn9y0L62lMhRAP9tH1800Zk=";
hash = "sha256-KC3LbY5mU4xig3kftIuemSz/RAnJ7wZ8eSccr9BKz9Q=";
};
patches = [