esphome: 2023.11.2 -> 2023.11.3 (#269179)
https://github.com/esphome/esphome/releases/tag/2023.11.3 https://github.com/esphome/esphome/releases/tag/2023.11.4
This commit is contained in:
parent
9b2b4ee621
commit
221acc9183
1 changed files with 3 additions and 2 deletions
|
@ -16,14 +16,14 @@ let
|
|||
in
|
||||
python.pkgs.buildPythonApplication rec {
|
||||
pname = "esphome";
|
||||
version = "2023.11.2";
|
||||
version = "2023.11.4";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = pname;
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-7VYGrWoElc/urs+jomJrRt0dzdmJhCenRvb9bHCl6H4=";
|
||||
hash = "sha256-KIDqIf9aJP5IS+qE0Gy5j3F2DGz/WGbN4Wf9SGzgnzA=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
@ -57,6 +57,7 @@ python.pkgs.buildPythonApplication rec {
|
|||
protobuf
|
||||
pyparsing
|
||||
pyserial
|
||||
python-magic
|
||||
pyyaml
|
||||
requests
|
||||
tornado
|
||||
|
|
Loading…
Reference in a new issue