15 stdenv.mkDerivation (finalAttrs: {
16 pname = "elementary-bluetooth-daemon";
19 src = fetchFromGitHub {
21 repo = "bluetooth-daemon";
22 rev = finalAttrs.version;
23 hash = "sha256-09udSmd51l7zPe83RBg+AihpwsELclEF+Jn+5DKdJUI=";
40 updateScript = nix-update-script { };
44 description = "Send and receive files via bluetooth";
45 homepage = "https://github.com/elementary/bluetooth-daemon";
46 license = lib.licenses.gpl3Plus;
47 maintainers = lib.teams.pantheon.members;
48 platforms = lib.platforms.linux;
49 mainProgram = "io.elementary.bluetooth";