esphome: 2021.8.1 -> 2021.8.2

This commit is contained in:
Martin Weinelt 2021-08-25 14:17:36 +02:00
parent 3f5f2abade
commit 7c9d049653

View File

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