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-03-02 20:25:38 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-03-04 22:59:25 +0100
commit02bd3233868ff581ecbbbb4dcb6fa6904f522dae (patch)
tree18e49747920145602f626a7adc5348334457247a /pkgs/servers/home-assistant/frontend.nix
parent82f820423c81dfc94d20da20657e2a57b35e5f0d (diff)
downloadnixpkgs-02bd3233868ff581ecbbbb4dcb6fa6904f522dae.tar
nixpkgs-02bd3233868ff581ecbbbb4dcb6fa6904f522dae.tar.gz
nixpkgs-02bd3233868ff581ecbbbb4dcb6fa6904f522dae.tar.bz2
nixpkgs-02bd3233868ff581ecbbbb4dcb6fa6904f522dae.tar.lz
nixpkgs-02bd3233868ff581ecbbbb4dcb6fa6904f522dae.tar.xz
nixpkgs-02bd3233868ff581ecbbbb4dcb6fa6904f522dae.tar.zst
nixpkgs-02bd3233868ff581ecbbbb4dcb6fa6904f522dae.zip
home-assistant: 2022.2.9 -> 2022.3.0
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 2aabb0d9312..d65ee309d24 100644
--- a/pkgs/servers/home-assistant/frontend.nix
+++ b/pkgs/servers/home-assistant/frontend.nix
@@ -4,7 +4,7 @@ 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 = "20220203.1";
+  version = "20220301.0";
   format = "wheel";
 
   src = fetchPypi {
@@ -12,7 +12,7 @@ buildPythonPackage rec {
     pname = "home_assistant_frontend";
     dist = "py3";
     python = "py3";
-    sha256 = "sha256-6+TzBhHo9+eo6Hlk8RF+BAt4O0i759iAN+dKAPDmTNY=";
+    sha256 = "sha256-Gshw8GIiZfFHmldvxBhUKZ5NFWuBIA6ug7m7eEfQ+ao=";
   };
 
   # there is nothing to strip in this package