home-assistant: 0.91.2 -> 0.91.3

This commit is contained in:
Robert Schütz 2019-04-11 17:43:55 +02:00
parent 0550927c47
commit b54bce24cf
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# Do not edit!
{
version = "0.91.2";
version = "0.91.3";
components = {
"abode" = ps: with ps; [ ];
"abode.alarm_control_panel" = ps: with ps; [ ];

View File

@ -111,7 +111,7 @@ let
extraBuildInputs = extraPackages py.pkgs;
# Don't forget to run parse-requirements.py after updating
hassVersion = "0.91.2";
hassVersion = "0.91.3";
in with py.pkgs; buildPythonApplication rec {
pname = "homeassistant";
@ -126,7 +126,7 @@ in with py.pkgs; buildPythonApplication rec {
owner = "home-assistant";
repo = "home-assistant";
rev = version;
sha256 = "193lim90dgidkis7cryp9hm8744bwhahj9fqicmnhhxlkg0s8zy5";
sha256 = "00zzb466xbyz8sxjszkjsgks4smj94qw40agwyfn75ciiib2p8fw";
};
propagatedBuildInputs = [