esphome: 2025.11.0 -> 2025.11.1

https://github.com/esphome/esphome/releases/tag/2025.11.1
This commit is contained in:
Martin Weinelt
2025-11-27 16:25:58 +01:00
parent 95597efdd3
commit 00c940af29
+2 -2
View File
@@ -33,14 +33,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2025.11.0";
version = "2025.11.1";
pyproject = true;
src = fetchFromGitHub {
owner = "esphome";
repo = "esphome";
tag = version;
hash = "sha256-ezyuV9PcZ5SsJc5viyV+8n+pW8k0SV2bXr+JPVkOdus=";
hash = "sha256-7tLe1GjL6rk6YvgYaU2x6RmUOCYcnZFAfaYifmpMLVo=";
};
patches = [