home-assistant-custom-lovelace-modules.mini-media-player: 1.16.5 -> 1.16.6

https://github.com/kalkih/mini-media-player/releases/tag/v1.16.6
This commit is contained in:
Martin Weinelt 2023-12-06 04:26:19 +01:00
parent 17c08296e3
commit a08412222d
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -5,16 +5,16 @@
buildNpmPackage rec {
pname = "mini-media-player";
version = "1.16.5";
version = "1.16.6";
src = fetchFromGitHub {
owner = "kalkih";
repo = "mini-media-player";
rev = "v${version}";
hash = "sha256-ydkY7Qx2GMh4CpvvBAQubJ7PlxSscDZRJayn82bOczM=";
hash = "sha256-1cC9dyZ9+7dXSL/dmFD0HV7SgsBW2zA7a+eOKVwbzg8=";
};
npmDepsHash = "sha256-v9NvZOrQPMOoG3LKACnu79jKgZtcnGiopWad+dFbplw=";
npmDepsHash = "sha256-/7roW1xkZmGuB/8nFaQz0Yeuai6yJ+cH7Uqa/zxfa5w=";
installPhase = ''
runHook preInstall