summary refs log tree commit diff
path: root/pkgs/servers/home-assistant
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-12-27 23:54:00 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-12-28 14:15:23 +0100
commitd935c8f2d403f56ea7d3ad8f7c000b2ab0eac558 (patch)
tree38702cc20a5767a9bc9f47bdc3ad7c218aae7a00 /pkgs/servers/home-assistant
parent008b48e783f9d7621acbb1cae588f7dcc4fba455 (diff)
downloadnixpkgs-d935c8f2d403f56ea7d3ad8f7c000b2ab0eac558.tar
nixpkgs-d935c8f2d403f56ea7d3ad8f7c000b2ab0eac558.tar.gz
nixpkgs-d935c8f2d403f56ea7d3ad8f7c000b2ab0eac558.tar.bz2
nixpkgs-d935c8f2d403f56ea7d3ad8f7c000b2ab0eac558.tar.lz
nixpkgs-d935c8f2d403f56ea7d3ad8f7c000b2ab0eac558.tar.xz
nixpkgs-d935c8f2d403f56ea7d3ad8f7c000b2ab0eac558.tar.zst
nixpkgs-d935c8f2d403f56ea7d3ad8f7c000b2ab0eac558.zip
home-assistant: 2021.12.5 -> 2021.12.6
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
-rw-r--r--pkgs/servers/home-assistant/frontend.nix4
3 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/servers/home-assistant/component-packages.nix b/pkgs/servers/home-assistant/component-packages.nix
index a903f7a333f..a7612f855b8 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.12.5";
+  version = "2021.12.6";
   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 8f309f9b6c4..0bffbaf45e7 100644
--- a/pkgs/servers/home-assistant/default.nix
+++ b/pkgs/servers/home-assistant/default.nix
@@ -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
diff --git a/pkgs/servers/home-assistant/frontend.nix b/pkgs/servers/home-assistant/frontend.nix
index 62d2cc10a07..30dee63f73e 100644
--- a/pkgs/servers/home-assistant/frontend.nix
+++ b/pkgs/servers/home-assistant/frontend.nix
@@ -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