Merge pull request #122054 from mweinelt/home-assistant

home-assistant: 2021.5.0 -> 2021.5.1
This commit is contained in:
Robin Gloster
2021-05-07 13:02:28 -05:00
committed by GitHub
3 changed files with 21 additions and 7 deletions
+2 -2
View File
@@ -105,7 +105,7 @@ let
extraBuildInputs = extraPackages py.pkgs;
# Don't forget to run parse-requirements.py after updating
hassVersion = "2021.5.0";
hassVersion = "2021.5.1";
in with py.pkgs; buildPythonApplication rec {
pname = "homeassistant";
@@ -124,7 +124,7 @@ in with py.pkgs; buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = version;
sha256 = "1kwx0bq2i76p9gbx5kkzkjxd88vzf2daccm0wf123693isk1nwzs";
sha256 = "0bipjfkz4zqhy84jgrn3qxvs4nxya3j08lcsq3xa31xfz8wnpxwj";
};
# leave this in, so users don't have to constantly update their downstream patch handling