homeassistant: 0.117.4 -> 0.117.5

This commit is contained in:
Martin Weinelt 2020-11-05 16:56:00 +01:00
parent 55dbb2f30c
commit be5ef7d85d
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -67,7 +67,7 @@ let
extraBuildInputs = extraPackages py.pkgs;
# Don't forget to run parse-requirements.py after updating
hassVersion = "0.117.4";
hassVersion = "0.117.5";
in with py.pkgs; buildPythonApplication rec {
pname = "homeassistant";
@ -83,7 +83,7 @@ in with py.pkgs; buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = version;
sha256 = "0f5a5y6d9wxdfd5l526dz34xz2n1a6ia7vdcr7sqf2qp51brpw52";
sha256 = "1al2pwj2xrhqyaz2pal4a1bdh4sm63ijfaw8pajghz5z23gf62r0";
};
# leave this in, so users don't have to constantly update their downstream patch handling