esphome: 2025.11.4 -> 2025.11.5

https://github.com/esphome/esphome/releases/tag/2025.11.5
This commit is contained in:
Martin Weinelt
2025-12-10 22:02:39 +01:00
parent 9fe921eeb7
commit 6fd1e66df1
+2 -2
View File
@@ -33,14 +33,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2025.11.4";
version = "2025.11.5";
pyproject = true;
src = fetchFromGitHub {
owner = "esphome";
repo = "esphome";
tag = version;
hash = "sha256-uV5lSlAFHTxIJqkvwRiDWcB2Hw+z+4+phBm2JHld4jA=";
hash = "sha256-ln+LuV//FVb+Jy6cMNth6RaFtusf/ZCLtYowlDnBybE=";
};
patches = [