homeassistant: 2020.12.1 -> 2020.12.2
This commit is contained in:
parent
5664693f8e
commit
f399effc58
@ -2,7 +2,7 @@
|
||||
# Do not edit!
|
||||
|
||||
{
|
||||
version = "2020.12.1";
|
||||
version = "2020.12.2";
|
||||
components = {
|
||||
"abode" = ps: with ps; [ abodepy ];
|
||||
"accuweather" = ps: with ps; [ accuweather ];
|
||||
|
@ -62,7 +62,7 @@ let
|
||||
extraBuildInputs = extraPackages py.pkgs;
|
||||
|
||||
# Don't forget to run parse-requirements.py after updating
|
||||
hassVersion = "2020.12.1";
|
||||
hassVersion = "2020.12.2";
|
||||
|
||||
in with py.pkgs; buildPythonApplication rec {
|
||||
pname = "homeassistant";
|
||||
|
Loading…
Reference in New Issue
Block a user