home-assistant-custom-lovelace-modules.mini-media-player: 1.16.11 -> 1.16.12

https://github.com/kalkih/mini-media-player/releases/tag/v1.16.12
This commit is contained in:
Martin Weinelt
2026-05-18 21:49:21 +02:00
parent 041f1e4d21
commit 7c27202d68
@@ -6,16 +6,16 @@
buildNpmPackage rec {
pname = "mini-media-player";
version = "1.16.11";
version = "1.16.12";
src = fetchFromGitHub {
owner = "kalkih";
repo = "mini-media-player";
rev = "v${version}";
hash = "sha256-jbT+skF/WQmfPob6TZ7ff9mgnWvC9siE+WgFONXqGbw=";
hash = "sha256-hLQ8MHzBmvxqqgI18qmSePUOZBznCYg9cpHr/YcDHts=";
};
npmDepsHash = "sha256-crF/KesvY5GvH14n9KrND5O7sJxsSV2Nbcod2stesvg=";
npmDepsHash = "sha256-gGOvBSHzBSl7eUpjuoddzZATL4GBluvbfxc8vjiZZgo=";
installPhase = ''
runHook preInstall