home-assistant: 2022.2.3 -> 2022.2.4

https://github.com/home-assistant/core/releases/tag/2022.2.4
This commit is contained in:
Martin Weinelt 2022-02-09 00:01:31 +01:00
parent 136867287e
commit 4acf798b8b
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 = "2022.2.3";
version = "2022.2.4";
components = {
"abode" = ps: with ps; [ abodepy ];
"accuweather" = ps: with ps; [ accuweather ];

View File

@ -121,7 +121,7 @@ let
extraBuildInputs = extraPackages python.pkgs;
# Don't forget to run parse-requirements.py after updating
hassVersion = "2022.2.3";
hassVersion = "2022.2.4";
in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
@ -139,7 +139,7 @@ in python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = version;
hash = "sha256:OqyWm7O8ajxBlWGzvNhZvFmy5p2dINfMQ3cQ304Er18=";
hash = "sha256-Ob2CHOuzH4azQ4Bw33D6shPAHhBeVPQDD3msgKfMJRA=";
};
# leave this in, so users don't have to constantly update their downstream patch handling