homeassistant: 0.117.5 -> 0.117.6
This commit is contained in:
parent
19484b9f57
commit
4c4538cd63
@ -2,7 +2,7 @@
|
|||||||
# Do not edit!
|
# Do not edit!
|
||||||
|
|
||||||
{
|
{
|
||||||
version = "0.117.5";
|
version = "0.117.6";
|
||||||
components = {
|
components = {
|
||||||
"abode" = ps: with ps; [ abodepy ];
|
"abode" = ps: with ps; [ abodepy ];
|
||||||
"accuweather" = ps: with ps; [ accuweather ];
|
"accuweather" = ps: with ps; [ accuweather ];
|
||||||
@ -312,7 +312,7 @@
|
|||||||
"google_maps" = ps: with ps; [ ]; # missing inputs: locationsharinglib
|
"google_maps" = ps: with ps; [ ]; # missing inputs: locationsharinglib
|
||||||
"google_pubsub" = ps: with ps; [ google_cloud_pubsub ];
|
"google_pubsub" = ps: with ps; [ google_cloud_pubsub ];
|
||||||
"google_translate" = ps: with ps; [ gtts-token ];
|
"google_translate" = ps: with ps; [ gtts-token ];
|
||||||
"google_travel_time" = ps: with ps; [ ]; # missing inputs: googlemaps
|
"google_travel_time" = ps: with ps; [ googlemaps ];
|
||||||
"google_wifi" = ps: with ps; [ ];
|
"google_wifi" = ps: with ps; [ ];
|
||||||
"gpmdp" = ps: with ps; [ websocket_client ];
|
"gpmdp" = ps: with ps; [ websocket_client ];
|
||||||
"gpsd" = ps: with ps; [ ]; # missing inputs: gps3
|
"gpsd" = ps: with ps; [ ]; # missing inputs: gps3
|
||||||
|
@ -67,7 +67,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.117.5";
|
hassVersion = "0.117.6";
|
||||||
|
|
||||||
in with py.pkgs; buildPythonApplication rec {
|
in with py.pkgs; buildPythonApplication rec {
|
||||||
pname = "homeassistant";
|
pname = "homeassistant";
|
||||||
@ -83,7 +83,7 @@ in with py.pkgs; buildPythonApplication rec {
|
|||||||
owner = "home-assistant";
|
owner = "home-assistant";
|
||||||
repo = "core";
|
repo = "core";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1al2pwj2xrhqyaz2pal4a1bdh4sm63ijfaw8pajghz5z23gf62r0";
|
sha256 = "1f9w7migwmdvnbiv4bi0b31zdfrsg87zgiz2l3gymn6w89f3h8y1";
|
||||||
};
|
};
|
||||||
|
|
||||||
# leave this in, so users don't have to constantly update their downstream patch handling
|
# leave this in, so users don't have to constantly update their downstream patch handling
|
||||||
|
Loading…
x
Reference in New Issue
Block a user