summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/home-assistant/frontend.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-06-05 22:58:54 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-06-07 14:00:42 +0200
commitd1aa5ac2d818e1ae8d9f7c026cf128648d1f1edc (patch)
tree1f50b835e5989bd8f23422a2ad1c8843dbe42092 /pkgs/servers/home-assistant/frontend.nix
parent9fec7dfcc50be7939a63ce6a806246933e52cb9a (diff)
home-assistant: 2024.5.5 -> 2024.6.0
https://www.home-assistant.io/blog/2024/06/05/release-20246/
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 4724eb834d84..e230de037c85 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 = "20240501.1";
+ version = "20240605.0";
format = "wheel";
src = fetchPypi {
@@ -12,7 +12,7 @@ buildPythonPackage rec {
pname = "home_assistant_frontend";
dist = "py3";
python = "py3";
- hash = "sha256-d/mlZfMri0E4lgMrIt3cRqpF3F12Xr7YuHqTogFON9E=";
+ hash = "sha256-xuzaGS26BmUlJqfRD65Rc+NpQmyQ77nNLbPAyYuqGNo=";
};
# there is nothing to strip in this package