esphome: 2024.8.0 -> 2024.8.1

https://github.com/esphome/esphome/releases/tag/2024.8.1
This commit is contained in:
Martin Weinelt 2024-08-29 03:45:11 +02:00
parent b1caafea3d
commit f35d073046
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -21,14 +21,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2024.8.0";
version = "2024.8.1";
pyproject = true;
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-OI4WjuHSnOIKDIM/8LC1E8TwJRgrhGMjmyzyTFgrIM0=";
hash = "sha256-wjvbnqlhg4AHJLQvjWysDXBjECc1sV5ilx1jk8IzILw=";
};
nativeBuildInputs = with python.pkgs; [