esphome: 2022.9.2 -> 2022.9.3

https://github.com/esphome/esphome/releases/tag/2022.9.3
This commit is contained in:
Martin Weinelt 2022-10-05 23:08:56 +02:00
parent a989aa4619
commit bdb7a3b0d9
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.9.2";
version = "2022.9.3";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-PVJZ2cOguXIh96246AVofTg1ZWqWJPFcDXlPk3Rn+Cs=";
hash = "sha256-xrfNdJD8c0PbtipGTQNSCcXaWu4TEyER6lHtREdVcFI=";
};
postPatch = ''