kodiPackages.bluetooth-manager: 1.0.4 -> 1.0.5

This commit is contained in:
R. Ryantm
2026-01-06 21:05:07 +00:00
parent ecf18ba4e8
commit d045140ff5
@@ -6,13 +6,13 @@
buildKodiAddon rec {
pname = "bluetooth-manager";
namespace = "script.bluetooth.man";
version = "1.0.4";
version = "1.0.5";
src = fetchFromGitHub {
owner = "wastis";
repo = "BluetoothManager";
tag = "v${version}";
hash = "sha256-KKaR7rIkflMYU6EDBEcorHQ3t7jsB4Qe6Ikg+eBblkA=";
hash = "sha256-hWNi2hm5FmkRPamxMSHF3WfQ+2V+qQzkkTJWuqazbAc=";
};
meta = {