python3Packages.bluetooth-adapters: 2.3.0 -> 2.4.0

https://github.com/Bluetooth-Devices/bluetooth-adapters/releases/tag/v2.4.0
This commit is contained in:
Martin Weinelt
2026-07-04 20:10:55 +02:00
parent 56df41ce73
commit c0dbdfe671
@@ -21,14 +21,14 @@
buildPythonPackage (finalAttrs: {
pname = "bluetooth-adapters";
version = "2.3.0";
version = "2.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Bluetooth-Devices";
repo = "bluetooth-adapters";
tag = "v${finalAttrs.version}";
hash = "sha256-r/qDwlIVa7VBkhepmuFqwtlJ7WYUTiYRKikhURTgLH8=";
hash = "sha256-d1vHb1WvsumlvilwuV6yfTwMXViLqeosSSM3LijIGYY=";
};
outputs = [