Merge pull request #123604 from mweinelt/esphome

esphome: 1.17.2 -> 1.18.0
This commit is contained in:
Robin Gloster 2021-05-19 16:06:29 -05:00 committed by GitHub
commit b6b335f977
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,13 +8,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "1.17.2";
version = "1.18.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "1md52xzlrzf99s5q2152s1b7yql2h02ss451g68ky207xz660aj1";
sha256 = "1vz3d59wfqssfv1kvd4minlxibr0id06xfyg8956w9s3b22jc5vq";
};
postPatch = ''
@ -67,6 +67,7 @@ python3.pkgs.buildPythonApplication rec {
hypothesis
mock
pytest-mock
pytest-sugar
pytestCheckHook
];