home-assistant: 2022.4.5 -> 2022.4.6
https://github.com/home-assistant/core/releases/tag/2022.4.6
This commit is contained in:
parent
2f983e376d
commit
5a9a3c221f
2 changed files with 6 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Do not edit!
|
# Do not edit!
|
||||||
|
|
||||||
{
|
{
|
||||||
version = "2022.4.5";
|
version = "2022.4.6";
|
||||||
components = {
|
components = {
|
||||||
"abode" = ps: with ps; [
|
"abode" = ps: with ps; [
|
||||||
abodepy
|
abodepy
|
||||||
|
@ -1244,7 +1244,10 @@
|
||||||
"input_text" = ps: with ps; [
|
"input_text" = ps: with ps; [
|
||||||
];
|
];
|
||||||
"insteon" = ps: with ps; [
|
"insteon" = ps: with ps; [
|
||||||
|
aiohttp-cors
|
||||||
pyinsteon
|
pyinsteon
|
||||||
|
pyserial
|
||||||
|
pyudev
|
||||||
];
|
];
|
||||||
"integration" = ps: with ps; [
|
"integration" = ps: with ps; [
|
||||||
];
|
];
|
||||||
|
|
|
@ -168,7 +168,7 @@ let
|
||||||
extraPackagesFile = writeText "home-assistant-packages" (lib.concatMapStringsSep "\n" (pkg: pkg.pname) extraBuildInputs);
|
extraPackagesFile = writeText "home-assistant-packages" (lib.concatMapStringsSep "\n" (pkg: pkg.pname) extraBuildInputs);
|
||||||
|
|
||||||
# Don't forget to run parse-requirements.py after updating
|
# Don't forget to run parse-requirements.py after updating
|
||||||
hassVersion = "2022.4.5";
|
hassVersion = "2022.4.6";
|
||||||
|
|
||||||
in python.pkgs.buildPythonApplication rec {
|
in python.pkgs.buildPythonApplication rec {
|
||||||
pname = "homeassistant";
|
pname = "homeassistant";
|
||||||
|
@ -186,7 +186,7 @@ in python.pkgs.buildPythonApplication rec {
|
||||||
owner = "home-assistant";
|
owner = "home-assistant";
|
||||||
repo = "core";
|
repo = "core";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-rt1hNkjt000Wd/Wg4ThK/GJxQ/q7wysmSlzrvc4joCE=";
|
hash = "sha256-f2cPkORh6DoNjqZFz7XjxQdZwej3k+8NtZTstYIbrc4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# 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…
Reference in a new issue