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

home-assistant-custom-lovelace-modules.mushroom: 3.6.1 -> 3.6.2
This commit is contained in:
Martin Weinelt 2024-06-07 10:35:59 +02:00 committed by GitHub
commit 6207e8b8f7
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.1";
version = "3.6.2";
src = fetchFromGitHub {
owner = "piitaya";
repo = "lovelace-mushroom";
rev = "v${version}";
hash = "sha256-vMBjVPMofQb2mXFCkkEQM8TcOI9BBoosppbBr8jUKh4=";
hash = "sha256-sH0Qgiv4VeWwWV3RFnp2M4RH79S+PR8Z2nhPtQp0EnY=";
};
npmDepsHash = "sha256-nufQRdBiYzB9+eTYNb0iwLIAF9OQ7feVfMFcGjFowoc=";
npmDepsHash = "sha256-L7r417eCfelQM6ZxxJvkZdGBhPmcM2mSHvLa8RN0D8k=";
installPhase = ''
runHook preInstall