esphome: 2026.4.4 -> 2026.4.5

https://github.com/esphome/esphome/releases/tag/2026.4.5
This commit is contained in:
Martin Weinelt
2026-05-07 22:04:10 +02:00
parent 5320f74dda
commit fbcfff5f2d
+2 -2
View File
@@ -33,14 +33,14 @@ let
in
python.pkgs.buildPythonApplication (finalAttrs: {
pname = "esphome";
version = "2026.4.4";
version = "2026.4.5";
pyproject = true;
src = fetchFromGitHub {
owner = "esphome";
repo = "esphome";
tag = finalAttrs.version;
hash = "sha256-7ZhVi4R/wmBX1HI60eMpWGY2zZNft9H3duJ2dwkqP24=";
hash = "sha256-uMlkrHg4cZYsdSv8D8U57mEZnjwcRkJe2zKI8VFsTRk=";
};
patches = [