home-assistant: 0.84.3 -> 0.84.6

This commit is contained in:
Robert Schütz 2018-12-22 12:00:06 +01:00
parent 5b216291fe
commit f9d5ac9bff
3 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# Do not edit!
{
version = "0.84.3";
version = "0.84.6";
components = {
"abode" = ps: with ps; [ ];
"ads" = ps: with ps; [ ];

View File

@ -85,7 +85,7 @@ let
extraBuildInputs = extraPackages py.pkgs;
# Don't forget to run parse-requirements.py after updating
hassVersion = "0.84.3";
hassVersion = "0.84.6";
in with py.pkgs; buildPythonApplication rec {
pname = "homeassistant";
@ -100,7 +100,7 @@ in with py.pkgs; buildPythonApplication rec {
owner = "home-assistant";
repo = "home-assistant";
rev = version;
sha256 = "0b7634niqqmcckhqb7vx1wimibfs4v042bwja7am90jy0hzafbji";
sha256 = "142hxsvhb9lh77h54975vkvl1fx5lslrydq1vbqyy51dy85ms8lc";
};
propagatedBuildInputs = [

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "home-assistant-frontend";
version = "20181211.1";
version = "20181211.2";
src = fetchPypi {
inherit pname version;
sha256 = "c3bb994e8e121d146fedc113b35ced0c007169fd70b489e9344df082f934dbdf";
sha256 = "75dd525922efc1f9a6a4a42c720764a539b18636769e2febc33bb68967c7ebff";
};
propagatedBuildInputs = [ user-agents ];