esphome: 2022.12.3 -> 2022.12.4

https://github.com/esphome/esphome/releases/tag/2022.12.4
This commit is contained in:
Martin Weinelt 2023-01-21 21:13:57 +00:00
parent 8bf63a5ed4
commit 50cd191b88
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -15,14 +15,14 @@ let
in
with python.pkgs; buildPythonApplication rec {
pname = "esphome";
version = "2022.12.3";
version = "2022.12.4";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-9yyfcygEmnOcaooSg9bmGGOP2aph0i6d/Ot4nGlTPw4=";
hash = "sha256-HU4S6U5v0r93z4T6JpclEF6Cw6vy0VoprVyI4Z2Ti7s=";
};
postPatch = ''