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>2022-02-02 21:53:50 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-02-03 02:17:16 +0100
commit93a6cd0fd6e5540bfbc40e38502425078d91d137 (patch)
tree1a1aae160ca534eff6b30b16ab91e2ff8f8241e4 /pkgs/servers/home-assistant/frontend.nix
parentcb9bb7723736fc84c2ad7e9671538dd5c4b2c7ba (diff)
downloadnixpkgs-93a6cd0fd6e5540bfbc40e38502425078d91d137.tar
nixpkgs-93a6cd0fd6e5540bfbc40e38502425078d91d137.tar.gz
nixpkgs-93a6cd0fd6e5540bfbc40e38502425078d91d137.tar.bz2
nixpkgs-93a6cd0fd6e5540bfbc40e38502425078d91d137.tar.lz
nixpkgs-93a6cd0fd6e5540bfbc40e38502425078d91d137.tar.xz
nixpkgs-93a6cd0fd6e5540bfbc40e38502425078d91d137.tar.zst
nixpkgs-93a6cd0fd6e5540bfbc40e38502425078d91d137.zip
home-assistant: 2021.12.10 -> 2022.2.0
https://www.home-assistant.io/blog/2022/02/02/release-20222/
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 cdb60172fa8..cda024cd1be 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 = "20211229.1";
+  version = "20220202.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-glVjJ9iOmhAIGD65PHQu9l7Wc/lr5XRya2mi20/UVgs=";
+    sha256 = "sha256-O5oDDptQmwM02SESSS314YlvCqrOcEHNBSKlYE/qrTc=";
   };
 
   # there is nothing to strip in this package