esphome: 2021.12.1 -> 2021.12.2

This commit is contained in:
Martin Weinelt 2021-12-21 13:16:06 +01:00
parent 53f9dc60e2
commit e03d0a5ee5

View file

@ -17,14 +17,14 @@ let
in
with python.pkgs; buildPythonApplication rec {
pname = "esphome";
version = "2021.12.1";
version = "2021.12.2";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "sha256-sxGlvbWlHrAVjCIKx4WsnmKQN4iOVfX+vnkntqceHDA=";
sha256 = "sha256-Uq+VzU/j14+3LegEA9bQ1JGe5tUBuP0IX34LdritJdA=";
};
patches = [