home-assistant: 2022.4.6 -> 2022.4.7

https://github.com/home-assistant/core/releases/tag/2022.4.7
This commit is contained in:
Martin Weinelt 2022-04-25 01:17:41 +02:00
parent 6d57d53f5b
commit aa4b8850a4
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.4.6";
version = "2022.4.7";
components = {
"abode" = ps: with ps; [
abodepy

View file

@ -168,7 +168,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.4.6";
hassVersion = "2022.4.7";
in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
@ -186,7 +186,7 @@ in python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = version;
hash = "sha256-f2cPkORh6DoNjqZFz7XjxQdZwej3k+8NtZTstYIbrc4=";
hash = "sha256-1m3t+AeHyuEyu3gT8P37A+L28mBdNKGmycU6eNOyb4M=";
};
# leave this in, so users don't have to constantly update their downstream patch handling