Skip to content

Commit

Permalink
Merge pull request NixOS#284464 from r-ryantm/auto-update/esphome
Browse files Browse the repository at this point in the history
esphome: 2023.12.8 -> 2023.12.9
  • Loading branch information
mweinelt authored Jan 28, 2024
2 parents feca0ee + 5ab38f7 commit e63efbf
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 @@ -18,14 +18,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2023.12.8";
version = "2023.12.9";
pyproject = true;

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-aDFp0lWltju31MJigmkXS0dcdALd5d2hXBRaPUCbMJ4=";
hash = "sha256-8SHf6cbPYPZctjJgIuEb7eOJVi5hWNONyRnMXK0iBXc=";
};

nativeBuildInputs = with python.pkgs; [
Expand Down

0 comments on commit e63efbf

Please sign in to comment.