esphome: 2025.7.0 -> 2025.7.1

https://github.com/esphome/esphome/releases/tag/2025.7.1
This commit is contained in:
Martin Weinelt
2025-07-17 13:50:16 +02:00
parent 657523e907
commit e8e7fb3422
+2 -2
View File
@@ -34,14 +34,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2025.7.0";
version = "2025.7.1";
pyproject = true;
src = fetchFromGitHub {
owner = "esphome";
repo = "esphome";
tag = version;
hash = "sha256-EUnptlO9Ya6GWLP7FU3gWOAs2O5xzrHhyHr8LpomapY=";
hash = "sha256-4/FYyT3+ADRNeDbRjQyZB02Q0jgB1OPbMbbrqAZUA6Y=";
};
build-system = with python.pkgs; [