Merge pull request #315887 from mweinelt/mushroom-3.6.0

home-assistant-custom-lovelace-modules.mushroom: 3.5.5 -> 3.6.0
This commit is contained in:
Martin Weinelt 2024-06-03 00:24:11 +02:00 committed by GitHub
commit 84dbe58ac5
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.5.5";
version = "3.6.0";
src = fetchFromGitHub {
owner = "piitaya";
repo = "lovelace-mushroom";
rev = "v${version}";
hash = "sha256-ddxDgzD/dXA9H67Ttv1czDJMufk/IY8bWnVTnN8tdvc=";
hash = "sha256-lF6CBKQc1gu4ajD973xn75ZAs0vP7YGI3Dlc9YLvINo=";
};
npmDepsHash = "sha256-mxot6pz0ChUgPTeutNSULcktq19ccUo3nZTgzPZtlXM=";
npmDepsHash = "sha256-hexrJUrSJBv1hsLKnWOkm8E4KtD4W3YQZf/8/6BAaVw=";
installPhase = ''
runHook preInstall