Merge pull request #150884 from mweinelt/esphome

esphome: 2021.12.0 -> 2021.12.1
This commit is contained in:
Fabian Affolter 2021-12-16 08:57:23 +01:00 committed by GitHub
commit 2fd4cb8ec6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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