esphome: 2025.7.1 -> 2025.7.2 (#426529)

This commit is contained in:
Martin Weinelt 2025-07-19 02:15:27 +02:00 committed by GitHub
commit cda03d762a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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; [