home-assistant: 2022.12.6 -> 2022.12.7

https://github.com/home-assistant/core/releases/tag/2022.12.7
This commit is contained in:
Martin Weinelt 2022-12-20 16:05:09 +01:00
parent 2d202ebd6b
commit 0ae3b30cea
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
3 changed files with 4 additions and 4 deletions

View File

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

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.6";
hassVersion = "2022.12.7";
in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";

View File

@ -4,7 +4,7 @@ buildPythonPackage rec {
# the frontend version corresponding to a specific home-assistant version can be found here
# https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
pname = "home-assistant-frontend";
version = "20221213.0";
version = "20221213.1";
format = "wheel";
src = fetchPypi {
@ -12,7 +12,7 @@ buildPythonPackage rec {
pname = "home_assistant_frontend";
dist = "py3";
python = "py3";
hash = "sha256-s/rVgsVyNyyW2wvv7IK4/0wy99ZtHn8iZ7tVjOBGozQ=";
hash = "sha256-QL+3dIZlUJstRgK80ANnK9CKR4muvfEQz16bTTMS3Fs=";
};
# there is nothing to strip in this package