esphome: 2024.9.0 -> 2024.9.1 (#344089)

This commit is contained in:
Martin Weinelt 2024-09-30 15:37:41 +02:00 committed by GitHub
commit f1d4256b50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,14 +21,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2024.9.0";
version = "2024.9.1";
pyproject = true;
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-K28H2kbfiebJfW31CF3M+Vi823wFPWNk6qLPlSaljkk=";
hash = "sha256-EEc4aT4zFhltAzX/HxOTRF+sIqqCzy0WsVMq0aNQi40=";
};
nativeBuildInputs = with python.pkgs; [