esphome: 2026.1.4 -> 2026.1.5

https://github.com/esphome/esphome/releases/tag/2026.1.5
This commit is contained in:
Martin Weinelt
2026-02-11 00:46:19 +01:00
parent ab895a6704
commit 6c41bdd266
+2 -2
View File
@@ -33,14 +33,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2026.1.4";
version = "2026.1.5";
pyproject = true;
src = fetchFromGitHub {
owner = "esphome";
repo = "esphome";
tag = version;
hash = "sha256-j7PlHGLBY9M5jxzvOt6H+zr3nCNPpM/FCMLgevt6MnM=";
hash = "sha256-leQkNa2FK7Wagpr+TKbfg/qkRMII03+dnWXoFZwwn9w=";
};
patches = [