esphome: 2025.6.1 -> 2025.6.2

https://github.com/esphome/esphome/releases/tag/2025.6.2
This commit is contained in:
Martin Weinelt 2025-06-28 14:44:24 +02:00
parent d85e3b87ff
commit 7de92898c6
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -33,14 +33,14 @@ let
in in
python.pkgs.buildPythonApplication rec { python.pkgs.buildPythonApplication rec {
pname = "esphome"; pname = "esphome";
version = "2025.6.1"; version = "2025.6.2";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "esphome"; owner = "esphome";
repo = "esphome"; repo = "esphome";
tag = version; tag = version;
hash = "sha256-iM9AbL8K7Ka2B50/slp/Cfgb4kWWmOhZcMe0Ph3WnP0="; hash = "sha256-45DhWxBvItl70mx/H42o9PqlIipvzIA/A9H6pKDO2fo=";
}; };
build-systems = with python.pkgs; [ build-systems = with python.pkgs; [