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
+2 -2
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 = ''