home-assistant: 2023.1.6 -> 2023.1.7

https://github.com/home-assistant/core/releases/tag/2023.1.7
This commit is contained in:
Martin Weinelt 2023-01-23 11:40:54 +01:00
parent 8dda3f4a52
commit e3ce81781c
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -325,7 +325,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 = "2023.1.6";
hassVersion = "2023.1.7";
in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
@ -343,7 +343,7 @@ in python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = "refs/tags/${version}";
hash = "sha256-szD9smS1OZAECvFufmj0qfnIXFivB93D5XEwWeiIYh4=";
hash = "sha256-z8dTFRs7Tm4WTQcYeHu9jlGbva9yNPhjmQ+CQY+9DN4=";
};
# leave this in, so users don't have to constantly update their downstream patch handling