home-assistant-custom-lovelace-modules.mushroom: 5.0.8 -> 5.0.9

https://github.com/piitaya/lovelace-mushroom/releases/tag/v5.0.9
This commit is contained in:
Martin Weinelt
2026-01-01 21:23:34 +01:00
parent 3905aad404
commit be4c707832

View File

@@ -6,16 +6,16 @@
buildNpmPackage rec {
pname = "mushroom";
version = "5.0.8";
version = "5.0.9";
src = fetchFromGitHub {
owner = "piitaya";
repo = "lovelace-mushroom";
rev = "v${version}";
hash = "sha256-27V00FxVt9+L8En2ssOBtjxbXxoER9GHk7vGH/acN3c=";
hash = "sha256-E2JHURCRAupP1cKPMA99cBkWnXjDu6uow4hJosqfeHs=";
};
npmDepsHash = "sha256-48eZbWO7pvKFocqI1gXcBKwuGuqINPh5KwaVZbna1K4=";
npmDepsHash = "sha256-FtliQ+J5vIIw/TS7FyBTp3Qdu7R5ul9YoS5RO8JiC6g=";
installPhase = ''
runHook preInstall