home-assistant: 2022.8.0 -> 2022.8.1
https://github.com/home-assistant/core/releases/tag/2022.8.1
This commit is contained in:
parent
3f78fb9605
commit
11c219a3ff
@ -2,7 +2,7 @@
|
|||||||
# Do not edit!
|
# Do not edit!
|
||||||
|
|
||||||
{
|
{
|
||||||
version = "2022.8.0";
|
version = "2022.8.1";
|
||||||
components = {
|
components = {
|
||||||
"abode" = ps: with ps; [
|
"abode" = ps: with ps; [
|
||||||
abodepy
|
abodepy
|
||||||
@ -867,6 +867,7 @@
|
|||||||
pyflume
|
pyflume
|
||||||
];
|
];
|
||||||
"flunearyou" = ps: with ps; [
|
"flunearyou" = ps: with ps; [
|
||||||
|
aiohttp-cors
|
||||||
pyflunearyou
|
pyflunearyou
|
||||||
];
|
];
|
||||||
"flux" = ps: with ps; [
|
"flux" = ps: with ps; [
|
||||||
|
@ -296,7 +296,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.8.0";
|
hassVersion = "2022.8.1";
|
||||||
|
|
||||||
in python.pkgs.buildPythonApplication rec {
|
in python.pkgs.buildPythonApplication rec {
|
||||||
pname = "homeassistant";
|
pname = "homeassistant";
|
||||||
@ -314,7 +314,7 @@ in python.pkgs.buildPythonApplication rec {
|
|||||||
owner = "home-assistant";
|
owner = "home-assistant";
|
||||||
repo = "core";
|
repo = "core";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-nxSOl4K8XZWesv6o6O+YuJFrza0sEz9atiw+ZP9A5ww=";
|
hash = "sha256-0QhWusJ7vSiudigJTo4KiXqO0OWgIlvqkSpiK5FFI+g=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# 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 New Issue
Block a user