home-assistant: 2021.3.3 -> 2021.3.4

https://github.com/home-assistant/core/releases/tag/2021.3.4
This commit is contained in:
Martin Weinelt 2021-03-13 01:22:08 +01:00
parent f68066f9f0
commit c3cdba7942
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -66,7 +66,7 @@ let
extraBuildInputs = extraPackages py.pkgs;
# Don't forget to run parse-requirements.py after updating
hassVersion = "2021.3.3";
hassVersion = "2021.3.4";
in with py.pkgs; buildPythonApplication rec {
pname = "homeassistant";
@ -85,7 +85,7 @@ in with py.pkgs; buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = version;
sha256 = "0kfvjpzz6ynw8bwd91nm0aiw1pkrmaydwf1r93dnwi8rmzq10zpb";
sha256 = "110pvin39lr40zd3lhb8zvh2wafl0k0dy3nbmc483yafy31xa4kw";
};
# leave this in, so users don't have to constantly update their downstream patch handling