summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2020-12-19 00:12:51 +0100
committerGitHub <noreply@github.com>2020-12-19 00:12:51 +0100
commit1db8a438773d81fce7f6fee323669eda91edc821 (patch)
treec158a8f7ecd7bc5585384b1f448ee23c3e5bcc9a
parent88919dbfdc0ac87d2910e3ea93c844e75204a275 (diff)
parent7f2c1c3cc891589d44ae0bab1b6a9002560d1f5e (diff)
Merge pull request #107066 from mweinelt/home-assistant
homeassistant: 2020.12.0 -> 2020.12.1
-rw-r--r--pkgs/servers/home-assistant/component-packages.nix2
-rw-r--r--pkgs/servers/home-assistant/default.nix4
2 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/home-assistant/component-packages.nix b/pkgs/servers/home-assistant/component-packages.nix
index 446ecf172be1..9135ea549f34 100644
--- a/pkgs/servers/home-assistant/component-packages.nix
+++ b/pkgs/servers/home-assistant/component-packages.nix
@@ -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 ];
diff --git a/pkgs/servers/home-assistant/default.nix b/pkgs/servers/home-assistant/default.nix
index 4cfc6ed84bb9..12dc7b681618 100644
--- a/pkgs/servers/home-assistant/default.nix
+++ b/pkgs/servers/home-assistant/default.nix
@@ -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";
@@ -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