home-assistant-custom-components.browser-mod: 2.13.5 -> 3.0.0

https://github.com/thomasloven/hass-browser_mod/blob/v3.0.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt 2026-07-04 23:37:03 +02:00
commit 5cd05ae4d0
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -10,13 +10,13 @@
buildHomeAssistantComponent rec {
owner = "thomasloven";
domain = "browser_mod";
version = "2.13.5";
version = "3.0.0";
src = fetchFromGitHub {
inherit owner;
repo = "hass-browser_mod";
tag = "v${version}";
hash = "sha256-uVMefvOiw0CMcpOSo8dJn4NazZxACvPscV4GqtyQXSY=";
hash = "sha256-s9b5JeMyT7pYyHWJtuqw2xVHrmU98kG5dBE4aBsJ+u8=";
};
nativeBuildInputs = [
@ -27,7 +27,7 @@ buildHomeAssistantComponent rec {
npmDeps = fetchNpmDeps {
inherit src;
hash = "sha256-eX7dyDxcaPMhTOAhAbcw7beP3cwBKRz457OZgp3LRAA=";
hash = "sha256-p+1yRZVyo/EunNjBkdkl8xajZO4U7KpdIu1GzU7L8gE=";
};
npmBuildScript = "build";