Skip to content

Commit

Permalink
home-assistant: 0.68.0 -> 0.68.1 (NixOS#39855)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed May 2, 2018
1 parent 59ddcfa commit ae7c71e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions 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.68.0";
version = "0.68.1";
components = {
"abode" = ps: with ps; [ ];
"ads" = ps: with ps; [ ];
Expand Down Expand Up @@ -299,7 +299,6 @@
"sensor.dsmr" = ps: with ps; [ ];
"sensor.dweet" = ps: with ps; [ ];
"sensor.eddystone_temperature" = ps: with ps; [ construct ];
"sensor.eliqonline" = ps: with ps; [ ];
"sensor.envirophat" = ps: with ps; [ ];
"sensor.etherscan" = ps: with ps; [ ];
"sensor.fastdotcom" = 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 @@ -58,7 +58,7 @@ let
extraBuildInputs = extraPackages py.pkgs;

# Don't forget to run parse-requirements.py after updating
hassVersion = "0.68.0";
hassVersion = "0.68.1";

in with py.pkgs; buildPythonApplication rec {
pname = "homeassistant";
Expand All @@ -73,7 +73,7 @@ in with py.pkgs; buildPythonApplication rec {
owner = "home-assistant";
repo = "home-assistant";
rev = version;
sha256 = "037gc2sghg5n0li087vvjcf6657rd31wv0m5r23b2cdfds8lxk4w";
sha256 = "103py7hfdanr8zk3cl93rm7ngjz0n95kwjbphq7iy8l8hqpzs1m8";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit ae7c71e

Please sign in to comment.