home-assistant.frontend: 20251001.4 -> 20251105.0

Changelog: https://github.com/home-assistant/frontend/releases/tag/20251105.0
This commit is contained in:
Robert Schütz
2025-11-05 09:30:25 -08:00
parent fadb4ec4c8
commit 731531430d

View File

@@ -8,7 +8,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 = "20251001.4";
version = "20251105.0";
format = "wheel";
src = fetchPypi {
@@ -16,7 +16,7 @@ buildPythonPackage rec {
pname = "home_assistant_frontend";
dist = "py3";
python = "py3";
hash = "sha256-yrGIgx8VgCi4G+xWFjy37lI4i1ohPV1bttJfejnkkXA=";
hash = "sha256-sQp23ibdVQHEuP016pA1E1xxXB275YNPvDqEFfI15nk=";
};
# there is nothing to strip in this package