1 { stdenv, lib, fetchFromGitHub, cmake }:
3 stdenv.mkDerivation rec {
5 version = "2020-12-R1";
7 src = fetchFromGitHub {
8 owner = "greatscottgadgets";
11 sha256 = "1byv8174xam7siakr1p0523x97wkh0fmwmq341sd3g70qr2g767d";
14 nativeBuildInputs = [ cmake ];
17 description = "Bluetooth baseband decoding library";
18 homepage = "https://github.com/greatscottgadgets/libbtbb";
19 license = licenses.gpl2;
20 maintainers = with maintainers; [ oxzi ];