esphome: 2022.12.4 -> 2022.12.8
https://github.com/esphome/esphome/releases/tag/2022.12.5 https://github.com/esphome/esphome/releases/tag/2022.12.6 https://github.com/esphome/esphome/releases/tag/2022.12.7 https://github.com/esphome/esphome/releases/tag/2022.12.8
This commit is contained in:
parent
b15f2af95e
commit
85202c6dfd
1 changed files with 2 additions and 3 deletions
|
@ -16,14 +16,14 @@ let
|
|||
in
|
||||
python.pkgs.buildPythonApplication rec {
|
||||
pname = "esphome";
|
||||
version = "2022.12.4";
|
||||
version = "2022.12.8";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = pname;
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-HU4S6U5v0r93z4T6JpclEF6Cw6vy0VoprVyI4Z2Ti7s=";
|
||||
hash = "sha256-VKxCdejQGWLYeNOxa1PCwhdrLilnsYD9UBqj8Sen+OM=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
@ -77,7 +77,6 @@ python.pkgs.buildPythonApplication rec {
|
|||
mock
|
||||
pytest-asyncio
|
||||
pytest-mock
|
||||
pytest-sugar
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue