home-assistant: 2021.4.2 -> 2021.4.3

This commit is contained in:
Martin Weinelt 2021-04-10 12:27:08 +02:00
parent cd6cc34d41
commit fe3ffe4beb
2 changed files with 3 additions and 3 deletions

View File

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

View File

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