Skip to content

Commit 1db8a43

Browse files
authored
Merge pull request #107066 from mweinelt/home-assistant
homeassistant: 2020.12.0 -> 2020.12.1
2 parents 88919db + 7f2c1c3 commit 1db8a43

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pkgs/servers/home-assistant/component-packages.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Do not edit!
33

44
{
5-
version = "2020.12.0";
5+
version = "2020.12.1";
66
components = {
77
"abode" = ps: with ps; [ abodepy ];
88
"accuweather" = ps: with ps; [ accuweather ];

pkgs/servers/home-assistant/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ let
6262
extraBuildInputs = extraPackages py.pkgs;
6363

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

6767
in with py.pkgs; buildPythonApplication rec {
6868
pname = "homeassistant";
@@ -78,7 +78,7 @@ in with py.pkgs; buildPythonApplication rec {
7878
owner = "home-assistant";
7979
repo = "core";
8080
rev = version;
81-
sha256 = "04bmyzran5ylmar8m73n7p34dsz73m37r1nibd13yyfhvn1j1i1l";
81+
sha256 = "1hd3z0bvscrg0ihy26djm1x9cj1pkdbnsgpzhdy42j8vy80q9bxr";
8282
};
8383

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

0 commit comments

Comments
 (0)