homeassistant: 0.113.0 -> 0.113.3
This commit is contained in:
parent
93540e9c34
commit
ec4df176bd
@ -2,7 +2,7 @@
|
|||||||
# Do not edit!
|
# Do not edit!
|
||||||
|
|
||||||
{
|
{
|
||||||
version = "0.113.0";
|
version = "0.113.3";
|
||||||
components = {
|
components = {
|
||||||
"abode" = ps: with ps; [ ]; # missing inputs: abodepy
|
"abode" = ps: with ps; [ ]; # missing inputs: abodepy
|
||||||
"acer_projector" = ps: with ps; [ pyserial];
|
"acer_projector" = ps: with ps; [ pyserial];
|
||||||
@ -664,7 +664,7 @@
|
|||||||
"rocketchat" = ps: with ps; [ ]; # missing inputs: rocketchat-API
|
"rocketchat" = ps: with ps; [ ]; # missing inputs: rocketchat-API
|
||||||
"roku" = ps: with ps; [ ]; # missing inputs: rokuecp
|
"roku" = ps: with ps; [ ]; # missing inputs: rokuecp
|
||||||
"roomba" = ps: with ps; [ ]; # missing inputs: roombapy
|
"roomba" = ps: with ps; [ ]; # missing inputs: roombapy
|
||||||
"route53" = ps: with ps; [ boto3]; # missing inputs: ipify
|
"route53" = ps: with ps; [ boto3];
|
||||||
"rova" = ps: with ps; [ ]; # missing inputs: rova
|
"rova" = ps: with ps; [ ]; # missing inputs: rova
|
||||||
"rpi_camera" = ps: with ps; [ ];
|
"rpi_camera" = ps: with ps; [ ];
|
||||||
"rpi_gpio" = ps: with ps; [ ]; # missing inputs: RPi.GPIO
|
"rpi_gpio" = ps: with ps; [ ]; # missing inputs: RPi.GPIO
|
||||||
|
@ -72,7 +72,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.113.0";
|
hassVersion = "0.113.3";
|
||||||
|
|
||||||
in with py.pkgs; buildPythonApplication rec {
|
in with py.pkgs; buildPythonApplication rec {
|
||||||
pname = "homeassistant";
|
pname = "homeassistant";
|
||||||
@ -91,7 +91,7 @@ in with py.pkgs; buildPythonApplication rec {
|
|||||||
owner = "home-assistant";
|
owner = "home-assistant";
|
||||||
repo = "core";
|
repo = "core";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1yb943wkiawh5p4mj5089qcsjfnwb91ga666qriz32bzpfgrzrna";
|
sha256 = "1lrllhafjawrghdp81lz1ffdqcj2q0x9ndp11nhi8s9fd8bb4c8j";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user