home-assistant-custom-lovelace-modules.mushroom: 3.2.4 -> 3.4.0

https://github.com/piitaya/lovelace-mushroom/releases/tag/v3.4.0
This commit is contained in:
Martin Weinelt 2024-01-31 17:13:37 +01:00 committed by Robert Schütz
parent 416e2ec404
commit a6b3f28787

View file

@ -5,16 +5,16 @@
buildNpmPackage rec {
pname = "mushroom";
version = "3.2.4";
version = "3.4.0";
src = fetchFromGitHub {
owner = "piitaya";
repo = "lovelace-mushroom";
rev = "v${version}";
hash = "sha256-UV/kqeVslB1lc1a9uvj8ocQKeAVINwo3aH8oHC9GLBQ=";
hash = "sha256-XVi+VPOVHfYBlIY9xN7x9Qe1bVw/qS9p8bcRZb0ksE0=";
};
npmDepsHash = "sha256-p43ks6HM23LK3LOBOZA0uV+DTOj89/boBpjcXpbcw24=";
npmDepsHash = "sha256-XtSeO5+RaBCBLmq6paRX9KipkhcEdJhzrQeEDdysZE0=";
installPhase = ''
runHook preInstall