esphome: 2025.8.0 -> 2025.8.1

https://github.com/esphome/esphome/releases/tag/2025.8.1
This commit is contained in:
Martin Weinelt
2025-08-25 22:52:32 +02:00
parent 763ef459b3
commit ade64288fa
+2 -2
View File
@@ -34,14 +34,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2025.8.0";
version = "2025.8.1";
pyproject = true;
src = fetchFromGitHub {
owner = "esphome";
repo = "esphome";
tag = version;
hash = "sha256-LOHsiSiqeCLrKLcVfAiPZl54aDTaYuKw073h0XMDiTE=";
hash = "sha256-aXbsMqAq1VD3sG4M+zhFw5LyHpQTFFxKpRFRIRuJ/aU=";
};
patches = [