esphome: 2021.9.1 -> 2021.9.2

This commit is contained in:
Martin Weinelt 2021-09-28 12:54:23 +02:00
parent c21ba4f7bb
commit afe7bbe071
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -16,13 +16,13 @@ let
in
with python.pkgs; buildPythonApplication rec {
pname = "esphome";
version = "2021.9.1";
version = "2021.9.2";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "sha256-JWUGOvY34wZSBTZdpuApPjEfBtgPSFKiVk89TUK441I=";
sha256 = "sha256-u79Hh1LJMaHm9TeNuMd5IQkJgOMIKDbUwW6KHhTHv2Q=";
};
patches = [