Skip to content

Commit

Permalink
home-assistant: 0.91.2 -> 0.91.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Schütz committed Apr 11, 2019
1 parent 0550927 commit b54bce2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkgs/servers/home-assistant/component-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; [ ];
Expand Down
4 changes: 2 additions & 2 deletions pkgs/servers/home-assistant/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand All @@ -126,7 +126,7 @@ in with py.pkgs; buildPythonApplication rec {
owner = "home-assistant";
repo = "home-assistant";
rev = version;
sha256 = "193lim90dgidkis7cryp9hm8744bwhahj9fqicmnhhxlkg0s8zy5";
sha256 = "00zzb466xbyz8sxjszkjsgks4smj94qw40agwyfn75ciiib2p8fw";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit b54bce2

Please sign in to comment.