home-assistant.frontend: 20251001.0 -> 20251001.2

Changelog: https://github.com/home-assistant/frontend/releases/tag/20251001.2
This commit is contained in:
Robert Schütz
2025-10-10 20:47:48 -07:00
parent e0df0d2541
commit d72cdb6226

View File

@@ -8,7 +8,7 @@ buildPythonPackage rec {
# the frontend version corresponding to a specific home-assistant version can be found here # 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 # https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
pname = "home-assistant-frontend"; pname = "home-assistant-frontend";
version = "20251001.0"; version = "20251001.2";
format = "wheel"; format = "wheel";
src = fetchPypi { src = fetchPypi {
@@ -16,7 +16,7 @@ buildPythonPackage rec {
pname = "home_assistant_frontend"; pname = "home_assistant_frontend";
dist = "py3"; dist = "py3";
python = "py3"; python = "py3";
hash = "sha256-gyipiEkT4AvTVvc/7pdBz9+2Oou5l9txOOboG/EQb80="; hash = "sha256-VDfj1dshILdTD/r6tuiImzYFMO3suytMQoFQzJfIeBQ=";
}; };
# there is nothing to strip in this package # there is nothing to strip in this package