home-assistant-custom-lovelace-modules.mushroom: 4.4.0 -> 4.5.0 (#427456)

https://github.com/piitaya/lovelace-mushroom/releases/tag/v4.5.0
This commit is contained in:
R. RyanTM
2025-07-22 16:52:34 +02:00
committed by GitHub
parent 7d263236e2
commit 6bc3111320
@@ -6,16 +6,16 @@
buildNpmPackage rec {
pname = "mushroom";
version = "4.4.0";
version = "4.5.0";
src = fetchFromGitHub {
owner = "piitaya";
repo = "lovelace-mushroom";
rev = "v${version}";
hash = "sha256-IYixXKitnrqw9t4UMfIl6v1v627FQwiv0TZEh1LVJTI=";
hash = "sha256-D2timeWumiB21i0v1ji2J3dbi2b5ViFw2n1+rV1ommo=";
};
npmDepsHash = "sha256-cR7vitocL4EKVX5Yz61SLgMcaMKju0KVU9MBku8TqqA=";
npmDepsHash = "sha256-Xu0BxCB8WCx8qioaaN1iNkrJRF1tN2SEGw1N5Msg2Uo=";
installPhase = ''
runHook preInstall