esphome: 2024.8.3 -> 2024.9.0

This commit is contained in:
R. Ryantm 2024-09-21 05:16:59 +00:00
parent aff1070844
commit 1ded0c6d93

View File

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