esphome: 2022.6.0 -> 2022.6.2

This commit is contained in:
R. Ryantm 2022-07-07 22:28:53 +00:00
parent b3e5f65dce
commit 14dbf57ee7

View file

@ -15,14 +15,14 @@ let
in
with python.pkgs; buildPythonApplication rec {
pname = "esphome";
version = "2022.6.0";
version = "2022.6.2";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-Fe58aBEVogYcN+ZFZZ8XSnijVuQoKuMcaor59e5pREw=";
sha256 = "sha256-VD2ZTsNIgWtIuWPv1ZQS7G1PlDr2cgYWqXrSuriZWtw=";
};
postPatch = ''