Merge pull request #325051 from r-ryantm/auto-update/home-assistant-custom-lovelace-modules.mushroom

home-assistant-custom-lovelace-modules.mushroom: 3.6.2 -> 3.6.3
This commit is contained in:
Martin Weinelt 2024-07-06 16:03:00 +02:00 committed by GitHub
commit 3d8596e188
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,16 +5,16 @@
buildNpmPackage rec {
pname = "mushroom";
version = "3.6.2";
version = "3.6.3";
src = fetchFromGitHub {
owner = "piitaya";
repo = "lovelace-mushroom";
rev = "v${version}";
hash = "sha256-sH0Qgiv4VeWwWV3RFnp2M4RH79S+PR8Z2nhPtQp0EnY=";
hash = "sha256-v7qp2sDHmicikaNc9oNsKPwzmhMI+Cl1LqNuLI1EAdw=";
};
npmDepsHash = "sha256-L7r417eCfelQM6ZxxJvkZdGBhPmcM2mSHvLa8RN0D8k=";
npmDepsHash = "sha256-Is5GhzYCJicTZ/D0n3U/RrEZmLUB3U7B1LwSJaguZEM=";
installPhase = ''
runHook preInstall