home-assistant: 2022.12.7 -> 2022.12.8

https://github.com/home-assistant/core/releases/tag/2022.12.8
This commit is contained in:
Martin Weinelt 2022-12-21 18:43:58 +01:00
parent 56e2742e8c
commit 1502956af2
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
2 changed files with 4 additions and 4 deletions

@ -2,7 +2,7 @@
# Do not edit!
{
version = "2022.12.7";
version = "2022.12.8";
components = {
"3_day_blinds" = ps: with ps; [
];

@ -190,7 +190,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.12.7";
hassVersion = "2022.12.8";
in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
@ -207,8 +207,8 @@ in python.pkgs.buildPythonApplication rec {
src = fetchFromGitHub {
owner = "home-assistant";
repo = "core";
rev = version;
hash = "sha256-JV7oWTWlWCeaJyiM+43D3XyZ6qR07zfDJDijmTybXfk=";
rev = "refs/tags/${version}";
hash = "sha256-oJwA0YELlgMbnf1XiLDGlMLrvFaLP7WMv9/0KOI4XDI=";
};
# leave this in, so users don't have to constantly update their downstream patch handling