home-assistant: 2022.12.1 -> 2022.12.2

https://github.com/home-assistant/core/releases/tag/2022.12.2
This commit is contained in:
Martin Weinelt
2022-12-12 00:43:56 +01:00
parent 6161271281
commit 6733594eed
2 changed files with 3 additions and 3 deletions
@@ -2,7 +2,7 @@
# Do not edit!
{
version = "2022.12.1";
version = "2022.12.2";
components = {
"3_day_blinds" = ps: with ps; [
];
+2 -2
View File
@@ -188,7 +188,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.1";
hassVersion = "2022.12.2";
in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
@@ -206,7 +206,7 @@ in python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = version;
hash = "sha256-WpgSWNV9/k1LDkzNftvS9Td73QaFoXhnj7Dk7pT+Zlg=";
hash = "sha256-O2gmj9anUy1uOuBpw33HAk2F/nA4OcWMZeaI1XOHUKg=";
};
# leave this in, so users don't have to constantly update their downstream patch handling