Merge pull request #34955 from dotlambda/home-assistant

home-assistant: 0.63.1 -> 0.63.2
This commit is contained in:
adisbladis 2018-02-14 17:31:07 +08:00 committed by GitHub
commit 397bc064fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# Do not edit! # Do not edit!
{ {
version = "0.63.1"; version = "0.63.2";
components = { components = {
"nuimo_controller" = ps: with ps; [ ]; "nuimo_controller" = ps: with ps; [ ];
"bbb_gpio" = ps: with ps; [ ]; "bbb_gpio" = ps: with ps; [ ];

View File

@ -44,7 +44,7 @@ let
extraBuildInputs = extraPackages py.pkgs; extraBuildInputs = extraPackages py.pkgs;
# Don't forget to run parse-requirements.py after updating # Don't forget to run parse-requirements.py after updating
hassVersion = "0.63.1"; hassVersion = "0.63.2";
in with py.pkgs; buildPythonApplication rec { in with py.pkgs; buildPythonApplication rec {
pname = "homeassistant"; pname = "homeassistant";
@ -57,7 +57,7 @@ in with py.pkgs; buildPythonApplication rec {
owner = "home-assistant"; owner = "home-assistant";
repo = "home-assistant"; repo = "home-assistant";
rev = version; rev = version;
sha256 = "08dy1pcfhs123jq15yy2y29w2kfish5hnbixmzzbjmiz09zs3bh6"; sha256 = "057xp3l3amzxbzzdqmgbmd0qk6fz29lpdbw3zcbjigjxbdi14h2l";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [