summary refs log tree commit diff
path: root/pkgs/servers/home-assistant/frontend.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-12-21 13:46:22 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-12-21 13:46:22 +0100
commitc12155fe2dd1d04a106eccc69222665153788b07 (patch)
tree16b48e1574700bf36b15fd9fa0ce027bfcc73e19 /pkgs/servers/home-assistant/frontend.nix
parent47c602d2112c5a51716718bd1f67d28d503c209a (diff)
downloadnixpkgs-c12155fe2dd1d04a106eccc69222665153788b07.tar
nixpkgs-c12155fe2dd1d04a106eccc69222665153788b07.tar.gz
nixpkgs-c12155fe2dd1d04a106eccc69222665153788b07.tar.bz2
nixpkgs-c12155fe2dd1d04a106eccc69222665153788b07.tar.lz
nixpkgs-c12155fe2dd1d04a106eccc69222665153788b07.tar.xz
nixpkgs-c12155fe2dd1d04a106eccc69222665153788b07.tar.zst
nixpkgs-c12155fe2dd1d04a106eccc69222665153788b07.zip
home-assistant: 2021.12.2 -> 2021.12.4
Diffstat (limited to 'pkgs/servers/home-assistant/frontend.nix')
-rw-r--r--pkgs/servers/home-assistant/frontend.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/home-assistant/frontend.nix b/pkgs/servers/home-assistant/frontend.nix
index b7090d01fc3..62d2cc10a07 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 = "20211215.0";
+  version = "20211220.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-G2w+L+tQi47JOygYZ1+VtC96FBPet5klkW0LUeaxWBY=";
+    sha256 = "sha256-qhuTvHN0kjdPIIyfrtj+col1Ba3WSnypqVxGfia4dW4=";
   };
 
   # there is nothing to strip in this package