Skip to content

Commit

Permalink
Merge pull request #102153 from mweinelt/home-assistant
Browse files Browse the repository at this point in the history
homeassistant: 0.117.0 -> 0.117.2
  • Loading branch information
mweinelt committed Nov 3, 2020
2 parents 7ab3a6f + 13ba2bc commit 3df0f1e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pkgs/servers/home-assistant/component-packages.nix
Expand Up @@ -2,7 +2,7 @@
# Do not edit!

{
version = "0.117.0";
version = "0.117.2";
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
Expand Up @@ -67,7 +67,7 @@ let
extraBuildInputs = extraPackages py.pkgs;

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

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

postPatch = ''
Expand Down
4 changes: 2 additions & 2 deletions pkgs/servers/home-assistant/frontend.nix
Expand Up @@ -4,11 +4,11 @@ buildPythonPackage rec {
# the frontend version corresponding to a specific home-assistant version can be found here
# https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
pname = "home-assistant-frontend";
version = "20201021.3";
version = "20201021.4";

src = fetchPypi {
inherit pname version;
sha256 = "04z8rvmnpmy7xx90pvqcr58hsxjsc10mrrjcx7ppspglb91b9cpb";
sha256 = "138h4cgvkn26xlr53ziz6d0zc00zw4wk40cpi4c4nia1lv6cqkxd";
};

# no Python tests implemented
Expand Down

0 comments on commit 3df0f1e

Please sign in to comment.