home-assistant: 2022.11.3 -> 2022.11.4

https://github.com/home-assistant/core/releases/tag/2022.11.4
This commit is contained in:
Martin Weinelt 2022-11-21 02:21:06 +01:00
parent ecc2879314
commit 47a45a7955
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.11.3";
version = "2022.11.4";
components = {
"3_day_blinds" = ps: with ps; [
];

View File

@ -258,7 +258,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.11.3";
hassVersion = "2022.11.4";
in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
@ -276,7 +276,7 @@ in python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = version;
hash = "sha256-9L2GBgM3RTqeOCnW47Kr4OxqVjcbBEvzkiPYZ5qEQAE=";
hash = "sha256-3vNwWPFSR9Ap89rAxZjUOptigBaDlboxvLZysMyUUX0=";
};
# leave this in, so users don't have to constantly update their downstream patch handling