home-assistant: 2021.6.0 -> 2021.6.1

This commit is contained in:
Martin Weinelt 2021-06-04 04:10:21 +02:00
parent e6a895c792
commit 7ef89797af
3 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# Do not edit!
{
version = "2021.6.0";
version = "2021.6.1";
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.0";
hassVersion = "2021.6.1";
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 = "0x1yx8ysd08azk1wscn8v7zljj6k951d8z4z9znzqp129y91x59w";
sha256 = "1bw0h3r9xaabjmsra4d3bq7gxr83mjdvyz6q0j57mfq2sawda6mf";
};
# leave this in, so users don't have to constantly update their downstream patch handling

View File

@ -4,11 +4,11 @@ buildPythonPackage rec {
# the frontend version corresponding to a specific home-assistant version can be found here
# https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
pname = "home-assistant-frontend";
version = "20210601.1";
version = "20210603.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-z2KvP/zMibhpDzBBuWVD0Qpb37NaX3kxyNW4bY9WJrE=";
sha256 = "sha256-2UhbtaxEcOkD9Z5g9gZs+QjuVLXZGCEcmKoxRtIEYxw=";
};
# there is nothing to strip in this package