11 stdenv.mkDerivation rec {
13 version = "unstable-2022-01-30";
15 src = fetchFromGitHub {
18 rev = "8e4e840b212ae5a09a8a99484be3ab18bad22fa7";
19 hash = "sha256-kFk+JFLGWGBu5FPH3qp/Bxa6t04f1kpeHz3H8GNF3fg=";
20 fetchSubmodules = true;
23 nativeBuildInputs = [ cmake ];
31 description = "Open Apple Wireless Direct Link (AWDL) implementation written in C";
32 homepage = "https://owlink.org/";
33 license = licenses.gpl3Only;
35 platforms = [ "x86_64-linux" ];