Merge pull request #291061 from r-ryantm/auto-update/home-assistant-custom-lovelace-modules.mushroom

home-assistant-custom-lovelace-modules.mushroom: 3.4.0 -> 3.4.2
This commit is contained in:
Martin Weinelt
2024-02-24 10:03:57 +01:00
committed by GitHub
@@ -5,16 +5,16 @@
buildNpmPackage rec {
pname = "mushroom";
version = "3.4.0";
version = "3.4.2";
src = fetchFromGitHub {
owner = "piitaya";
repo = "lovelace-mushroom";
rev = "v${version}";
hash = "sha256-XVi+VPOVHfYBlIY9xN7x9Qe1bVw/qS9p8bcRZb0ksE0=";
hash = "sha256-OUcOCBLEU8V+eadHuyA6F0uT8fJLRe1Xd9/X5ULCZVc=";
};
npmDepsHash = "sha256-XtSeO5+RaBCBLmq6paRX9KipkhcEdJhzrQeEDdysZE0=";
npmDepsHash = "sha256-oIee6iJ18EBztje1aw4xzWa1wSIbgau4q0MyVx0T41I=";
installPhase = ''
runHook preInstall