home-assistant-custom-lovelace-modules.mushroom: 3.5.2 -> 3.5.4

https://github.com/piitaya/lovelace-mushroom/releases/tag/v3.5.3
https://github.com/piitaya/lovelace-mushroom/releases/tag/v3.5.4
This commit is contained in:
Martin Weinelt 2024-04-03 18:51:56 +02:00
parent 75a18a64ed
commit d51e9955dc
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 3 additions and 3 deletions

View File

@ -5,16 +5,16 @@
buildNpmPackage rec {
pname = "mushroom";
version = "3.5.2";
version = "3.5.4";
src = fetchFromGitHub {
owner = "piitaya";
repo = "lovelace-mushroom";
rev = "v${version}";
hash = "sha256-mVodC7IEk1Y9ppMdDRXK/8cxQkW+uaC2RzQFnMwNvTQ=";
hash = "sha256-ppEXgVrB7C5ZrNmYyXdrnQMbTNU5rTGherNlimMqImM=";
};
npmDepsHash = "sha256-g8A8zm7GyASOpuoxuOYGcyUVa6RBc9LGoYLqcFcT64c=";
npmDepsHash = "sha256-4B295Wc4tj+Rhse4521sCGNv/WMrNImxZwtTFkFp14c=";
installPhase = ''
runHook preInstall