summary refs log tree commit diff
path: root/pkgs/servers/home-assistant
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-11-16 09:24:32 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-11-16 09:24:32 +0100
commit09cab6323b5de0f06344e8cad03e4ccc2a869059 (patch)
treec31f50ac58b721f1b127806395f86f70d4d3210e /pkgs/servers/home-assistant
parent6b68d74f036def3d48a23969edfd0fa47f34af3e (diff)
downloadnixpkgs-09cab6323b5de0f06344e8cad03e4ccc2a869059.tar
nixpkgs-09cab6323b5de0f06344e8cad03e4ccc2a869059.tar.gz
nixpkgs-09cab6323b5de0f06344e8cad03e4ccc2a869059.tar.bz2
nixpkgs-09cab6323b5de0f06344e8cad03e4ccc2a869059.tar.lz
nixpkgs-09cab6323b5de0f06344e8cad03e4ccc2a869059.tar.xz
nixpkgs-09cab6323b5de0f06344e8cad03e4ccc2a869059.tar.zst
nixpkgs-09cab6323b5de0f06344e8cad03e4ccc2a869059.zip
home-assistant: 2021.11.3 -> 2021.11.4
Diffstat (limited to 'pkgs/servers/home-assistant')
-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 dbd447a41f8..37b078adefa 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 c98b054e52f..59d2ee364b2 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