Merge pull request #284464 from r-ryantm/auto-update/esphome

esphome: 2023.12.8 -> 2023.12.9
This commit is contained in:
Martin Weinelt 2024-01-28 14:21:09 +01:00 committed by GitHub
commit e63efbf4e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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; [