home-assistant: 2022.12.8 -> 2022.12.9

https://github.com/home-assistant/core/releases/tag/2022.12.9
This commit is contained in:
Martin Weinelt
2023-01-03 04:47:50 +01:00
parent 50dece489e
commit b43cb178aa
2 changed files with 3 additions and 3 deletions
@@ -2,7 +2,7 @@
# Do not edit!
{
version = "2022.12.8";
version = "2022.12.9";
components = {
"3_day_blinds" = ps: with ps; [
];
+2 -2
View File
@@ -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.8";
hassVersion = "2022.12.9";
in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
@@ -208,7 +208,7 @@ in python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = "refs/tags/${version}";
hash = "sha256-oJwA0YELlgMbnf1XiLDGlMLrvFaLP7WMv9/0KOI4XDI=";
hash = "sha256-tf2H4+79CGTmbKZtJpzYOzAgi90RpSy89hoDNS24m0Q=";
};
# leave this in, so users don't have to constantly update their downstream patch handling