esphome: 2025.8.1 -> 2025.8.2

https://github.com/esphome/esphome/releases/tag/2025.8.2
This commit is contained in:
Martin Weinelt
2025-08-29 18:04:54 +02:00
parent 4ad2015729
commit 8f9d51f0b1
+2 -2
View File
@@ -34,14 +34,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2025.8.1";
version = "2025.8.2";
pyproject = true;
src = fetchFromGitHub {
owner = "esphome";
repo = "esphome";
tag = version;
hash = "sha256-aXbsMqAq1VD3sG4M+zhFw5LyHpQTFFxKpRFRIRuJ/aU=";
hash = "sha256-UcYzGUz+H5N/jql3KgSNa24mygasAL4sOXLt9PdLYT8=";
};
patches = [