esphome: 2025.7.1 -> 2025.7.2

https://github.com/esphome/esphome/releases/tag/2025.7.2
This commit is contained in:
Martin Weinelt
2025-07-19 02:08:07 +02:00
parent 64f4c4f8a0
commit 6e1b757bf7
+2 -2
View File
@@ -34,14 +34,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2025.7.1";
version = "2025.7.2";
pyproject = true;
src = fetchFromGitHub {
owner = "esphome";
repo = "esphome";
tag = version;
hash = "sha256-4/FYyT3+ADRNeDbRjQyZB02Q0jgB1OPbMbbrqAZUA6Y=";
hash = "sha256-3hhFY6qi8xOuTb8WXuVaTNpCqXXdSg3DXubnj+FG73A=";
};
build-system = with python.pkgs; [