esphome: 2024.9.0 -> 2024.9.1

https://github.com/esphome/esphome/releases/tag/2024.9.1
This commit is contained in:
Martin Weinelt 2024-09-24 01:56:28 +02:00
parent 81c2eef9bc
commit 994311dad7
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.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; [