home-assistant: 0.91.3 -> 0.91.4

This commit is contained in:
Robert Schütz 2019-04-17 07:39:03 +02:00
parent d260277928
commit a846ea54d4
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# Do not edit!
{
version = "0.91.3";
version = "0.91.4";
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.3";
hassVersion = "0.91.4";
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 = "00zzb466xbyz8sxjszkjsgks4smj94qw40agwyfn75ciiib2p8fw";
sha256 = "195pif8lz0qxjsannpi39gxphfb6dkj9lkpah0vjw0pgx753sflv";
};
propagatedBuildInputs = [