home-assistant-custom-lovelace-modules.mushroom: 5.0.12 -> 5.1.1

Diff: https://github.com/piitaya/lovelace-mushroom/compare/v5.0.12...v5.1.1

Changelog: https://github.com/piitaya/lovelace-mushroom/releases/tag/v5.1.1
This commit is contained in:
Robert Schütz
2026-05-06 19:43:58 -07:00
parent ab41072407
commit 409712286d
@@ -6,16 +6,16 @@
buildNpmPackage rec {
pname = "mushroom";
version = "5.0.12";
version = "5.1.1";
src = fetchFromGitHub {
owner = "piitaya";
repo = "lovelace-mushroom";
rev = "v${version}";
hash = "sha256-zZxUctseYDG3S8GG/xMxQWqt0yOC+1CD21XfEg7nTF4=";
hash = "sha256-nAEpbf7FkWUxLVyG2zQw+LKA5umffgk6I5/9PyXh2lo=";
};
npmDepsHash = "sha256-CnP5LvqUzo2jlLzFpYOVjZiZO726Nbv4uDBXAC/7KlI=";
npmDepsHash = "sha256-x149dkRilon1PL+V0M9gwAjKUXu4g2adobAatRXj+YY=";
installPhase = ''
runHook preInstall