home-assistant: 2023.2.3 -> 2023.2.4

https://github.com/home-assistant/core/releases/tag/2023.2.4
This commit is contained in:
Martin Weinelt 2023-02-13 16:04:48 +00:00
parent 22b11b3bb8
commit b421e2a0a3
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.3";
version = "2023.2.4";
components = {
"3_day_blinds" = ps: with ps; [
];

View file

@ -270,7 +270,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.3";
hassVersion = "2023.2.4";
in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
@ -288,7 +288,7 @@ in python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = "refs/tags/${version}";
hash = "sha256-cRdxlmlgkKTnrtqGQPbSpBLHf+vfI9T6sdETcGshN9M=";
hash = "sha256-Lt/t4S6To0MvdvmdKir7VytrNXPGhC7sMfjQmgox5XY=";
};
nativeBuildInputs = with python3.pkgs; [