home-assistant-custom-components.browser-mod: 2.10.0 -> 2.10.2

Diff: https://github.com/thomasloven/hass-browser_mod/compare/v2.10.0...v2.10.2

Changelog: https://github.com/thomasloven/hass-browser_mod/blob/v2.10.2/CHANGELOG.md
This commit is contained in:
Robert Schütz
2026-04-02 13:10:34 -07:00
parent 32678225ce
commit 95ae0cc335
@@ -10,13 +10,13 @@
buildHomeAssistantComponent rec {
owner = "thomasloven";
domain = "browser_mod";
version = "2.10.0";
version = "2.10.2";
src = fetchFromGitHub {
inherit owner;
repo = "hass-browser_mod";
tag = "v${version}";
hash = "sha256-83cwjgS4JsqZrf8sNXz6wjJOF5pGrmOZko+UfMgn70Q=";
hash = "sha256-GUYQlydFxifMR/ASJCTIfMBKh3lrB8lNDqJvHa/eVHs=";
};
nativeBuildInputs = [
@@ -27,7 +27,7 @@ buildHomeAssistantComponent rec {
npmDeps = fetchNpmDeps {
inherit src;
hash = "sha256-JFfoqhFt1JEM4SsRkJg13QRPsjukUPs5iKpSx6Nvgzs=";
hash = "sha256-ZLWBi1EmqC1MD0O4ZQpie6IRHl6S+qGHhwonvjKGCqo=";
};
npmBuildScript = "build";