Merge pull request #135541 from mweinelt/esphome

esphome: 2021.8.0 -> 2021.8.2
This commit is contained in:
Martin Weinelt 2021-08-25 15:09:02 +02:00 committed by GitHub
commit 94b4287560
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,13 +16,13 @@ let
in
with python.pkgs; buildPythonApplication rec {
pname = "esphome";
version = "2021.8.0";
version = "2021.8.2";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "sha256-yVqma5WRQTt5Vq7poqHexASc59xthYaNcz/kkefC7qI=";
sha256 = "sha256-R+5eefPUZc6y/B8cZbxsLVrVwvBbVISZQAb1KwiYdFg=";
};
patches = [