home-assistant: 2022.12.0 -> 2022.12.1

https://github.com/home-assistant/core/releases/tag/2022.12.1
This commit is contained in:
Martin Weinelt 2022-12-09 15:22:38 +01:00
parent aaac4123e3
commit 23e1b55715
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
3 changed files with 8 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# Do not edit!
{
version = "2022.12.0";
version = "2022.12.1";
components = {
"3_day_blinds" = ps: with ps; [
];
@ -2889,8 +2889,9 @@
pillow
pyserial
pyudev
ruuvitag-ble
sqlalchemy
]; # missing inputs: ruuvitag-ble
];
"sabnzbd" = ps: with ps; [
pysabnzbd
];
@ -4568,6 +4569,7 @@
"rss_feed_template"
"rtsp_to_webrtc"
"ruckus_unleashed"
"ruuvitag_ble"
"sabnzbd"
"safe_mode"
"samsungtv"

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.0";
hassVersion = "2022.12.1";
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-EucTvr/XISdRIpbNkLZjSAHubIbEE3VvMf2y5XE7/n8=";
hash = "sha256-WpgSWNV9/k1LDkzNftvS9Td73QaFoXhnj7Dk7pT+Zlg=";
};
# leave this in, so users don't have to constantly update their downstream patch handling

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 = "20221207.0";
version = "20221208.0";
format = "wheel";
src = fetchPypi {
@ -12,7 +12,7 @@ buildPythonPackage rec {
pname = "home_assistant_frontend";
dist = "py3";
python = "py3";
hash = "sha256-8sLk9cWbsEkPf3sL0UWhrlxLOUABXKqDrKZfE0HVDjw=";
hash = "sha256-llMKmEkPSrb9j7chAVXGvqpLfpmlFlwqiusOH1p+rAQ=";
};
# there is nothing to strip in this package