Skip to content

Commit

Permalink
esphome: 2024.9.1 -> 2024.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Oct 1, 2024
1 parent 05fe2c4 commit b323dbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/esphome/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2024.9.1";
version = "2024.9.2";
pyproject = true;

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-EEc4aT4zFhltAzX/HxOTRF+sIqqCzy0WsVMq0aNQi40=";
hash = "sha256-i1lrolOrKwa9muXhoknLYATEfLSrVA63VrM3247hVMw=";
};

nativeBuildInputs = with python.pkgs; [
Expand Down

0 comments on commit b323dbc

Please sign in to comment.