home-assistant: 2021.5.1 -> 2021.5.2

This commit is contained in:
Martin Weinelt
2021-05-11 02:02:15 +02:00
parent dcc075ce21
commit 81310256a9
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -114,7 +114,7 @@ let
extraBuildInputs = extraPackages py.pkgs;
# Don't forget to run parse-requirements.py after updating
hassVersion = "2021.5.1";
hassVersion = "2021.5.2";
in with py.pkgs; buildPythonApplication rec {
pname = "homeassistant";
@@ -133,7 +133,7 @@ in with py.pkgs; buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = version;
sha256 = "0bipjfkz4zqhy84jgrn3qxvs4nxya3j08lcsq3xa31xfz8wnpxwj";
sha256 = "1v1ah0kdkhx0pkma2qnk56iv00r2lb4i3sfpwlcr64gfkpzpakv8";
};
# leave this in, so users don't have to constantly update their downstream patch handling