home-assistant: 2022.10.1 -> 2022.10.2
https://github.com/home-assistant/core/releases/tag/2022.10.2
This commit is contained in:
parent
6992b0d15e
commit
4ad043f5f1
2 changed files with 4 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# Do not edit!
|
||||
|
||||
{
|
||||
version = "2022.10.1";
|
||||
version = "2022.10.2";
|
||||
components = {
|
||||
"abode" = ps: with ps; [
|
||||
abodepy
|
||||
|
|
|
@ -261,7 +261,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.1";
|
||||
hassVersion = "2022.10.2";
|
||||
|
||||
in python.pkgs.buildPythonApplication rec {
|
||||
pname = "homeassistant";
|
||||
|
@ -279,7 +279,7 @@ in python.pkgs.buildPythonApplication rec {
|
|||
owner = "home-assistant";
|
||||
repo = "core";
|
||||
rev = version;
|
||||
hash = "sha256-+hf+Qjj/UrEJ8gHsaXZonKkANVJpjEsb5HoaSbsCFJ8=";
|
||||
hash = "sha256-bx4bixTWeOho8MG5yPBmVp07a7k8xfCli8OhQovG7Qw=";
|
||||
};
|
||||
|
||||
# leave this in, so users don't have to constantly update their downstream patch handling
|
||||
|
@ -302,6 +302,7 @@ in python.pkgs.buildPythonApplication rec {
|
|||
"orjson"
|
||||
"PyJWT"
|
||||
"requests"
|
||||
"typing-extensions"
|
||||
"yarl"
|
||||
];
|
||||
in ''
|
||||
|
|
Loading…
Reference in a new issue