home-assistant: 2022.10.4 -> 2022.10.5

https://github.com/home-assistant/core/releases/tag/2022.10.5
This commit is contained in:
Martin Weinelt 2022-10-21 13:04:31 +02:00
parent c98518b294
commit 81fc50f1e1
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.10.4";
version = "2022.10.5";
components = {
"abode" = ps: with ps; [
abodepy

View File

@ -254,7 +254,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.10.4";
hassVersion = "2022.10.5";
in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
@ -272,7 +272,7 @@ in python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = version;
hash = "sha256-949QvezOYW6hA3iU9j2Wu6DhX35CzW0ruwGe3JGPsH4=";
hash = "sha256-y2X6tiR3TLbQ1tYUUuu8D0i5j+P0FnDWJ1mSlGPwIuY=";
};
# leave this in, so users don't have to constantly update their downstream patch handling