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-03-06 03:02:30 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-03-06 06:36:45 +0100
commit9ad62a752e5a98071eaa22123f505c3180593294 (patch)
tree709ce61983189f6e0391e8a828fdaef421a57dc2 /pkgs/servers/home-assistant/frontend.nix
parent1050f1487b34270dd9e8f362f54a15f1f5e01d9f (diff)
downloadnixpkgs-9ad62a752e5a98071eaa22123f505c3180593294.tar
nixpkgs-9ad62a752e5a98071eaa22123f505c3180593294.tar.gz
nixpkgs-9ad62a752e5a98071eaa22123f505c3180593294.tar.bz2
nixpkgs-9ad62a752e5a98071eaa22123f505c3180593294.tar.lz
nixpkgs-9ad62a752e5a98071eaa22123f505c3180593294.tar.xz
nixpkgs-9ad62a752e5a98071eaa22123f505c3180593294.tar.zst
nixpkgs-9ad62a752e5a98071eaa22123f505c3180593294.zip
home-assistant: 2021.3.0 -> 2021.3.2
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 ac660d87aef..6a4f4420ff1 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 = "20210302.3";
+  version = "20210302.5";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-VJVYGg3xJC6npxYWw2h0Rb4jaeriOksN1NvAWVQzK50=";
+    sha256 = "sha256-+SKXLOuvMYfNyR++uQMMY4M5deRgm2w3AhMM/DP470k=";
   };
 
   # there is nothing to strip in this package