summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/home-assistant/frontend.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-02-02 00:15:24 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-02-02 04:38:22 +0100
commitd520a5af4456385e4bdb3e7eae494ccd7e79f08a (patch)
tree44ba3cc0cdaf5cc0c21fe85c384b21a70cc2d621 /pkgs/servers/home-assistant/frontend.nix
parent23025f98ec2d2798d3b514ae98e8acc12f63388a (diff)
home-assistant: 2023.1.7 -> 2023.2.0
https://www.home-assistant.io/blog/2023/02/01/release-20232/
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 5be1d96b4c3c..59661f357f8b 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 = "20230110.0";
+ version = "20230201.0";
format = "wheel";
src = fetchPypi {
@@ -12,7 +12,7 @@ buildPythonPackage rec {
pname = "home_assistant_frontend";
dist = "py3";
python = "py3";
- hash = "sha256-axtDtkIsTFWV8qtVvpYL4aDE5jbTdX4Qo5V+9taWuNo=";
+ hash = "sha256-CG4I3YI1swiAV02+NXvi9n87dXrTJFlMUcOnB9ebmWk=";
};
# there is nothing to strip in this package