kodiPackages.bluetooth-manager: 1.0.4 -> 1.0.5 (#477551)

This commit is contained in:
Aaron Andersen
2026-01-13 18:34:33 +00:00
committed by GitHub
@@ -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 = {