home-assistant: 2021.6.1 -> 2021.6.2

This commit is contained in:
Martin Weinelt 2021-06-05 04:24:51 +02:00
parent 04015a0a41
commit 38dd3a24f3
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -181,7 +181,7 @@ let
extraBuildInputs = extraPackages py.pkgs;
# Don't forget to run parse-requirements.py after updating
hassVersion = "2021.6.1";
hassVersion = "2021.6.2";
in with py.pkgs; buildPythonApplication rec {
pname = "homeassistant";
@ -200,7 +200,7 @@ in with py.pkgs; buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = version;
sha256 = "1bw0h3r9xaabjmsra4d3bq7gxr83mjdvyz6q0j57mfq2sawda6mf";
sha256 = "1bk28404yd7vf00w45n1lyswyd0iadaa8jrikv861zh9bk1xm27y";
};
# leave this in, so users don't have to constantly update their downstream patch handling