Merge pull request #146218 from NixOS/home-assistant

home-assistant: 2021.11.3 -> 2021.11.4
This commit is contained in:
Fabian Affolter 2021-11-16 12:52:50 +01:00 committed by GitHub
commit 44e96c5789
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -152,7 +152,7 @@ let
extraBuildInputs = extraPackages py.pkgs;
# Don't forget to run parse-requirements.py after updating
hassVersion = "2021.11.3";
hassVersion = "2021.11.4";
in with py.pkgs; buildPythonApplication rec {
pname = "homeassistant";
@ -169,7 +169,7 @@ in with py.pkgs; buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = version;
sha256 = "sha256-HycMb29niuUp7flRdWgrKSOcnr0l3PqjULCrgrwLrFw=";
sha256 = "sha256-411oqzC8VTD7CM9vM/M3m4zW0Ygf2g2hoAXAxGBv7iw=";
};
# leave this in, so users don't have to constantly update their downstream patch handling