home-assistant: 2021.10.1 -> 2021.10.2

This commit is contained in:
Martin Weinelt 2021-10-09 01:03:41 +02:00
parent 4a7a5d175a
commit a1d3f8f48e
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# Do not edit!
{
version = "2021.10.1";
version = "2021.10.2";
components = {
"abode" = ps: with ps; [ abodepy ];
"accuweather" = ps: with ps; [ accuweather ];

View File

@ -114,7 +114,7 @@ let
extraBuildInputs = extraPackages py.pkgs;
# Don't forget to run parse-requirements.py after updating
hassVersion = "2021.10.1";
hassVersion = "2021.10.2";
in with py.pkgs; buildPythonApplication rec {
pname = "homeassistant";
@ -131,7 +131,7 @@ in with py.pkgs; buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = version;
sha256 = "11bg3pik2ib87wnzww7415aihv90rmqqb2fhna71dw3qjqx4359v";
sha256 = "0nds4491v8wy4d8w842asjpjj7xhqghlq0h61i7z6wp8jln7m418";
};
# leave this in, so users don't have to constantly update their downstream patch handling