Merge pull request #127738 from mweinelt/home-assistant

home-assistant: 2021.6.5 -> 2021.6.6
This commit is contained in:
Martin Weinelt 2021-06-22 14:03:03 +02:00 committed by GitHub
commit b81365e587
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

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

View File

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