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

This commit is contained in:
R. Ryantm
2025-10-10 17:23:18 +00:00
parent d8c903a0ad
commit eb7d0db5b9
@@ -6,16 +6,16 @@
buildNpmPackage rec {
pname = "mushroom";
version = "5.0.7";
version = "5.0.8";
src = fetchFromGitHub {
owner = "piitaya";
repo = "lovelace-mushroom";
rev = "v${version}";
hash = "sha256-c5Ba+05Goc8BC4oswecVpCXnsqYOih/pJEfYrv4Ajw4=";
hash = "sha256-27V00FxVt9+L8En2ssOBtjxbXxoER9GHk7vGH/acN3c=";
};
npmDepsHash = "sha256-GCKyP5xcf8sSFVAwVAtd9e72RWY/DKSmStWtW+5NA7k=";
npmDepsHash = "sha256-48eZbWO7pvKFocqI1gXcBKwuGuqINPh5KwaVZbna1K4=";
installPhase = ''
runHook preInstall