esphome: 2022.5.0 -> 2022.5.1

This commit is contained in:
R. Ryantm 2022-05-25 03:57:13 +00:00
parent e23890fd99
commit bd88e1b38b

View File

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