home-assistant: 2021.12.5 -> 2021.12.6

This commit is contained in:
Martin Weinelt 2021-12-27 23:54:00 +01:00
parent 008b48e783
commit d935c8f2d4
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
3 changed files with 5 additions and 5 deletions

View file

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

View file

@ -265,7 +265,7 @@ let
extraBuildInputs = extraPackages py.pkgs;
# Don't forget to run parse-requirements.py after updating
hassVersion = "2021.12.5";
hassVersion = "2021.12.6";
in with py.pkgs; buildPythonApplication rec {
pname = "homeassistant";
@ -282,7 +282,7 @@ in with py.pkgs; buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = version;
hash = "sha256:116qklmzvqh3hn3i6i7lvsnqydd2qclk612rwlxs3v56kzpks62n";
hash = "sha256:0n01cjbbyb1i63z8zxkjlwssqpv6y41jzs7b7jk78w3qnbg15bk3";
};
# leave this in, so users don't have to constantly update their downstream patch handling

View file

@ -4,11 +4,11 @@ buildPythonPackage rec {
# the frontend version corresponding to a specific home-assistant version can be found here
# https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
pname = "home-assistant-frontend";
version = "20211220.0";
version = "20211227.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-qhuTvHN0kjdPIIyfrtj+col1Ba3WSnypqVxGfia4dW4=";
sha256 = "sha256-HdjkquxQM3Vxl+avM0fGanUkCMoTlBHodXIfNhW2lC4=";
};
# there is nothing to strip in this package