esphome: 2025.7.4 -> 2025.7.5

This commit is contained in:
R. Ryantm 2025-08-05 20:41:41 +00:00
parent be57485fff
commit f55bd2818a

View File

@ -34,14 +34,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2025.7.4";
version = "2025.7.5";
pyproject = true;
src = fetchFromGitHub {
owner = "esphome";
repo = "esphome";
tag = version;
hash = "sha256-zN3QkyGqz6/v8k76857nYEpErR0SijH0RetNxQttifI=";
hash = "sha256-f6HBgjg6yiFCQk6hIvQMYw+5/KjIVvUJaK+c/xmIseM=";
};
build-system = with python.pkgs; [