home-assistant: 2022.2.2 -> 2022.2.3

https://github.com/home-assistant/core/releases/tag/2023.2.3
This commit is contained in:
Martin Weinelt 2023-02-08 18:32:12 +01:00
parent c1c48c0289
commit dfd3e6e1e5
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.2.2";
version = "2023.2.3";
components = {
"3_day_blinds" = ps: with ps; [
];

View File

@ -271,7 +271,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.2.2";
hassVersion = "2023.2.3";
in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
@ -289,7 +289,7 @@ in python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = "refs/tags/${version}";
hash = "sha256-HEL8e/2zoWPjeJL9iaCRu8aIldE3uTw9Yu9Q06Nyvz4=";
hash = "sha256-cRdxlmlgkKTnrtqGQPbSpBLHf+vfI9T6sdETcGshN9M=";
};
nativeBuildInputs = with python3.pkgs; [