esphome: 2025.6.1 -> 2025.6.2 (#420750)

This commit is contained in:
Martin Weinelt 2025-06-28 22:51:18 +02:00 committed by GitHub
commit 70698c422b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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