summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/home-assistant/frontend.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-08-18 21:52:26 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-08-18 21:53:17 +0200
commitcee2cf0c426e48b329a26ac3014d7b61f698c444 (patch)
treeceddb748c4c7ecca798ff12dff208303c1c3cf2d /pkgs/servers/home-assistant/frontend.nix
parent4a6d4374382782d519f6d25c969ae7f2fda7d1d5 (diff)
home-assistant: 2023.8.2 -> 2023.8.3
https://github.com/home-assistant/core/releases/tag/2023.8.3
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 172d9f7c9659..249559bf083c 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 = "20230802.0";
+ version = "20230802.1";
format = "wheel";
src = fetchPypi {
@@ -12,7 +12,7 @@ buildPythonPackage rec {
pname = "home_assistant_frontend";
dist = "py3";
python = "py3";
- hash = "sha256-fggFSpcdHRgqHKruWvGJ97DkhdgRTSu0V3YmzVNCm4A=";
+ hash = "sha256-kG2FGX78pd1vbRH6DtB2rXV0AlcUfaHO0z5Vft0hswE=";
};
# there is nothing to strip in this package