esphome: 2025.12.4 -> 2025.12.5

https://github.com/esphome/esphome/releases/tag/2025.12.5
This commit is contained in:
Martin Weinelt
2026-01-07 03:03:15 +01:00
parent c12c88b54d
commit 2f390c0f09
+2 -2
View File
@@ -33,14 +33,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2025.12.4";
version = "2025.12.5";
pyproject = true;
src = fetchFromGitHub {
owner = "esphome";
repo = "esphome";
tag = version;
hash = "sha256-/dO8BS7L62nSblDAmtO2YY5wKXyHGLWlsrtUwoEu2u4=";
hash = "sha256-PCUxnX/Gtlfo8puayBBJt7T98hQT1/iZtlDyrbDwxog=";
};
patches = [