home-assistant: 2021.1.4 -> 2021.1.5

This commit is contained in:
Martin Weinelt 2021-01-24 02:19:52 +01:00
parent c58219fff6
commit 4702290465
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -57,7 +57,7 @@ let
extraBuildInputs = extraPackages py.pkgs;
# Don't forget to run parse-requirements.py after updating
hassVersion = "2021.1.4";
hassVersion = "2021.1.5";
in with py.pkgs; buildPythonApplication rec {
pname = "homeassistant";
@ -76,7 +76,7 @@ in with py.pkgs; buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = version;
sha256 = "03aa7kd216rnp8h80nv002ahafiy0031lxk1bkwcirrznphcw7sj";
sha256 = "sha256-xi5rHZlhwgEHll3TFlRu7D963tdcQNMmWcoXVjEFLXo=";
};
# leave this in, so users don't have to constantly update their downstream patch handling