home-assistant-custom-lovelace-modules.mushroom: 3.4.2 -> 3.5.0

https://github.com/piitaya/lovelace-mushroom/releases/tag/v3.5.0
This commit is contained in:
Martin Weinelt 2024-03-05 23:13:35 +01:00
parent 43d259f8d7
commit e20a2dfe2c
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -5,16 +5,16 @@
buildNpmPackage rec {
pname = "mushroom";
version = "3.4.2";
version = "3.5.0";
src = fetchFromGitHub {
owner = "piitaya";
repo = "lovelace-mushroom";
rev = "v${version}";
hash = "sha256-OUcOCBLEU8V+eadHuyA6F0uT8fJLRe1Xd9/X5ULCZVc=";
hash = "sha256-qLJQ4Mrngd6I3Y5iS4eZGPxla14pQaTnCNH+m69d+yY=";
};
npmDepsHash = "sha256-oIee6iJ18EBztje1aw4xzWa1wSIbgau4q0MyVx0T41I=";
npmDepsHash = "sha256-qO3FC+ONfAbEGPD76RBtJjoZ7vC33Bg3tGl4N7AZPzo=";
installPhase = ''
runHook preInstall