esphome: 2026.2.1 -> 2026.2.2

https://github.com/esphome/esphome/releases/tag/2026.2.2
This commit is contained in:
Martin Weinelt
2026-02-26 03:24:44 +01:00
parent 2c78d8ef77
commit 0fa3d048cf
+2 -2
View File
@@ -33,14 +33,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2026.2.1";
version = "2026.2.2";
pyproject = true;
src = fetchFromGitHub {
owner = "esphome";
repo = "esphome";
tag = version;
hash = "sha256-7gCUSR2jLhCre84JggSPvNHIRzAA6ZSVGTe1pQ+D8ok=";
hash = "sha256-VfiIeuwvc7CLuR3SjHH8foS2b4bKVOw/bjOYnDnmWkw=";
};
patches = [