Merge pull request #134741 from NixOS/home-assistant

home-assistant: 2021.8.7 -> 2021.8.8

authored by

Fabian Affolter and committed by
GitHub
40dfcf04 a1cdf552

+3 -3
+1 -1
pkgs/servers/home-assistant/component-packages.nix
··· 2 2 # Do not edit! 3 3 4 4 { 5 - version = "2021.8.7"; 5 + version = "2021.8.8"; 6 6 components = { 7 7 "abode" = ps: with ps; [ abodepy ]; 8 8 "accuweather" = ps: with ps; [ accuweather ];
+2 -2
pkgs/servers/home-assistant/default.nix
··· 134 134 extraBuildInputs = extraPackages py.pkgs; 135 135 136 136 # Don't forget to run parse-requirements.py after updating 137 - hassVersion = "2021.8.7"; 137 + hassVersion = "2021.8.8"; 138 138 139 139 in with py.pkgs; buildPythonApplication rec { 140 140 pname = "homeassistant"; ··· 151 151 owner = "home-assistant"; 152 152 repo = "core"; 153 153 rev = version; 154 - sha256 = "0f69jcpxyr0kzziwl6bfj2jbn23hrj1796ml6jsk9mnpfkdsd9vi"; 154 + sha256 = "1fj16qva04d9qhpnfxxacsp82vqqfha5c2zg4f850kld4qhwrgky"; 155 155 }; 156 156 157 157 # leave this in, so users don't have to constantly update their downstream patch handling