esphome: 2022.5.1 -> 2022.6.0

This commit is contained in:
R. Ryantm 2022-06-16 02:40:42 +00:00
parent d3f9ba06c2
commit be59322dae

View File

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