summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2021-02-09 03:22:56 +0100
committerGitHub <noreply@github.com>2021-02-09 03:22:56 +0100
commit1e6c110bc49a2415374e72cd9ae2f6987d29ee23 (patch)
treec0e10aadc6a821368f1174d0b1c5d1e1fabcbb18 /pkgs/servers
parent3b9bd5df621c5a8f321b65689eabe6f5877f8c38 (diff)
parentaa0af354b2d93d83beb682cce9f0ef477262e6b9 (diff)
downloadnixpkgs-1e6c110bc49a2415374e72cd9ae2f6987d29ee23.tar
nixpkgs-1e6c110bc49a2415374e72cd9ae2f6987d29ee23.tar.gz
nixpkgs-1e6c110bc49a2415374e72cd9ae2f6987d29ee23.tar.bz2
nixpkgs-1e6c110bc49a2415374e72cd9ae2f6987d29ee23.tar.lz
nixpkgs-1e6c110bc49a2415374e72cd9ae2f6987d29ee23.tar.xz
nixpkgs-1e6c110bc49a2415374e72cd9ae2f6987d29ee23.tar.zst
nixpkgs-1e6c110bc49a2415374e72cd9ae2f6987d29ee23.zip
Merge pull request #112446 from mweinelt/home-assistant
home-assistant: 2021.2.1 -> 2021.2.2
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/home-assistant/component-packages.nix2
-rw-r--r--pkgs/servers/home-assistant/default.nix6
2 files changed, 5 insertions, 3 deletions
diff --git a/pkgs/servers/home-assistant/component-packages.nix b/pkgs/servers/home-assistant/component-packages.nix
index 95506e378f2..2f97cb4a968 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 = "2021.2.1";
+  version = "2021.2.2";
   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 86d19a1694e..bb697d1035a 100644
--- a/pkgs/servers/home-assistant/default.nix
+++ b/pkgs/servers/home-assistant/default.nix
@@ -57,7 +57,7 @@ let
   extraBuildInputs = extraPackages py.pkgs;
 
   # Don't forget to run parse-requirements.py after updating
-  hassVersion = "2021.2.1";
+  hassVersion = "2021.2.2";
 
 in with py.pkgs; buildPythonApplication rec {
   pname = "homeassistant";
@@ -76,7 +76,7 @@ in with py.pkgs; buildPythonApplication rec {
     owner = "home-assistant";
     repo = "core";
     rev = version;
-    sha256 = "0a8l23n6j0x1hjcifajgbrip7b4l8xcgxn2wa1lcg27p1cghrv5m";
+    sha256 = "0y7yj3kwk2454yghslvv5s2783rch9pznhxrw4mh3plr6qzi70rp";
   };
 
   # leave this in, so users don't have to constantly update their downstream patch handling
@@ -201,6 +201,8 @@ in with py.pkgs; buildPythonApplication rec {
     "test_secrets_credstash"
     # system_log/test_init.py: assert 0 == 1 where 0 = len([])
     "test_error_posted_as_event"
+    # ssdp/test_init.py: RuntimeError: Event loop is closed
+    "test_scan_match_st"
   ];
 
   preCheck = ''