summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2021-11-16 12:52:50 +0100
committerGitHub <noreply@github.com>2021-11-16 12:52:50 +0100
commit44e96c5789c23bdf857a0b6a587559f1561ea003 (patch)
treea32da9f0ff5d147cce8dd7e3504a2f277661958d
parentf2946a51b89be15f0950631f23be3ab011816dee (diff)
parent09cab6323b5de0f06344e8cad03e4ccc2a869059 (diff)
Merge pull request #146218 from NixOS/home-assistant
home-assistant: 2021.11.3 -> 2021.11.4
-rw-r--r--pkgs/servers/home-assistant/component-packages.nix2
-rw-r--r--pkgs/servers/home-assistant/default.nix4
2 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/home-assistant/component-packages.nix b/pkgs/servers/home-assistant/component-packages.nix
index dbd447a41f8a..37b078adefa1 100644
--- a/pkgs/servers/home-assistant/component-packages.nix
+++ b/pkgs/servers/home-assistant/component-packages.nix
@@ -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 ];
diff --git a/pkgs/servers/home-assistant/default.nix b/pkgs/servers/home-assistant/default.nix
index c98b054e52f6..59d2ee364b23 100644
--- a/pkgs/servers/home-assistant/default.nix
+++ b/pkgs/servers/home-assistant/default.nix
@@ -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