home-assistant-custom-components.browser-mod: 2.7.4 -> 2.9.0

Diff: https://github.com/thomasloven/hass-browser_mod/compare/v2.7.4...v2.9.0

Changelog: https://github.com/thomasloven/hass-browser_mod/releases/tag/v2.9.0
This commit is contained in:
Sandro Jäckel
2026-03-10 19:49:18 +01:00
parent 4f3ce683b7
commit 847f0d9bca
@@ -10,13 +10,13 @@
buildHomeAssistantComponent rec {
owner = "thomasloven";
domain = "browser_mod";
version = "2.7.4";
version = "2.9.0";
src = fetchFromGitHub {
inherit owner;
repo = "hass-browser_mod";
tag = "v${version}";
hash = "sha256-UFHdoIfmN0BUBRAze3mC3mgbV00rrjmKlAiBc4FuiZA=";
hash = "sha256-LTXoehq7N2wURRuwXq6G0MlI8o24TxSU/EoHNiByeY0=";
};
nativeBuildInputs = [
@@ -27,7 +27,7 @@ buildHomeAssistantComponent rec {
npmDeps = fetchNpmDeps {
inherit src;
hash = "sha256-gvONQGQ91XZAygXDZnu7R/BPKa9T9l3f3EE6o39t0G0=";
hash = "sha256-FNf/8Ah1KV/Lmi0OYYQy2NaTCy17KuDEDOp3sWG2wH8=";
};
npmBuildScript = "build";
@@ -35,7 +35,7 @@ buildHomeAssistantComponent rec {
meta = {
description = "Home Assistant integration to turn your browser into a controllable entity and media player";
homepage = "https://github.com/thomasloven/hass-browser_mod";
changelog = "https://github.com/thomasloven/hass-browser_mod/releases/tag/${src.tag}";
changelog = "https://github.com/thomasloven/hass-browser_mod/blob/${src.tag}/CHANGELOG.md";
maintainers = with lib.maintainers; [ SuperSandro2000 ];
license = lib.licenses.mit;
};