Martin Weinelt 2023-11-24 02:30:35 +01:00 committed by GitHub
parent 9b2b4ee621
commit 221acc9183
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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