Skip to content

Commit

Permalink
Merge pull request #107066 from mweinelt/home-assistant
Browse files Browse the repository at this point in the history
homeassistant: 2020.12.0 -> 2020.12.1
  • Loading branch information
mweinelt committed Dec 18, 2020
2 parents 88919db + 7f2c1c3 commit 1db8a43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkgs/servers/home-assistant/component-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Do not edit!

{
version = "2020.12.0";
version = "2020.12.1";
components = {
"abode" = ps: with ps; [ abodepy ];
"accuweather" = ps: with ps; [ accuweather ];
Expand Down
4 changes: 2 additions & 2 deletions pkgs/servers/home-assistant/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ let
extraBuildInputs = extraPackages py.pkgs;

# Don't forget to run parse-requirements.py after updating
hassVersion = "2020.12.0";
hassVersion = "2020.12.1";

in with py.pkgs; buildPythonApplication rec {
pname = "homeassistant";
Expand All @@ -78,7 +78,7 @@ in with py.pkgs; buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = version;
sha256 = "04bmyzran5ylmar8m73n7p34dsz73m37r1nibd13yyfhvn1j1i1l";
sha256 = "1hd3z0bvscrg0ihy26djm1x9cj1pkdbnsgpzhdy42j8vy80q9bxr";
};

# leave this in, so users don't have to constantly update their downstream patch handling
Expand Down

0 comments on commit 1db8a43

Please sign in to comment.