home-assistant: 2022.8.0 -> 2022.8.1

https://github.com/home-assistant/core/releases/tag/2022.8.1
This commit is contained in:
Martin Weinelt 2022-08-04 23:59:29 +02:00
parent 3f78fb9605
commit 11c219a3ff
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
2 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# Do not edit!
{
version = "2022.8.0";
version = "2022.8.1";
components = {
"abode" = ps: with ps; [
abodepy
@ -867,6 +867,7 @@
pyflume
];
"flunearyou" = ps: with ps; [
aiohttp-cors
pyflunearyou
];
"flux" = ps: with ps; [

View File

@ -296,7 +296,7 @@ let
extraPackagesFile = writeText "home-assistant-packages" (lib.concatMapStringsSep "\n" (pkg: pkg.pname) extraBuildInputs);
# Don't forget to run parse-requirements.py after updating
hassVersion = "2022.8.0";
hassVersion = "2022.8.1";
in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
@ -314,7 +314,7 @@ in python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
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