home-assistant: 0.67.0 -> 0.67.1

This commit is contained in:
Robert Schütz 2018-04-18 09:37:42 +02:00
parent 20c035b906
commit f00221d0eb
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -58,7 +58,7 @@ let
extraBuildInputs = extraPackages py.pkgs;
# Don't forget to run parse-requirements.py after updating
hassVersion = "0.67.0";
hassVersion = "0.67.1";
in with py.pkgs; buildPythonApplication rec {
pname = "homeassistant";
@ -73,7 +73,7 @@ in with py.pkgs; buildPythonApplication rec {
owner = "home-assistant";
repo = "home-assistant";
rev = version;
sha256 = "00y7sm6nsyxxl98izxxmg2nwi76kxb7p47hv07y04fs45lnvr61s";
sha256 = "02czbqdsdar8rjkr0r5g6j1x9caazcir2w1hp595z4cn90c0342f";
};
propagatedBuildInputs = [