esphome: 2025.8.3 -> 2025.8.4

https://github.com/esphome/esphome/releases/tag/2025.8.4
This commit is contained in:
Martin Weinelt
2025-09-10 11:51:14 +02:00
parent 64bb7ef497
commit a18d214e1c
+2 -2
View File
@@ -34,14 +34,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2025.8.3";
version = "2025.8.4";
pyproject = true;
src = fetchFromGitHub {
owner = "esphome";
repo = "esphome";
tag = version;
hash = "sha256-8R6jm+gnFA/MTXhe3J9I6Ar1B18dFgABtfo91/qlmSY=";
hash = "sha256-L3CKfZGPEaMv9nmKX0S9qRXtZrfleQqgN3KHJjIEZew=";
};
patches = [