From cee2cf0c426e48b329a26ac3014d7b61f698c444 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Fri, 18 Aug 2023 21:52:26 +0200 Subject: home-assistant: 2023.8.2 -> 2023.8.3 https://github.com/home-assistant/core/releases/tag/2023.8.3 --- pkgs/servers/home-assistant/frontend.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/servers/home-assistant/frontend.nix') 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 -- cgit v1.2.3