pantheon.switchboard-plug-bluetooth: 8.0.1 -> 8.0.2 (#428599)

Changed files
+6 -4
pkgs
desktops
pantheon
apps
switchboard-plugs
bluetooth
+6 -4
pkgs/desktops/pantheon/apps/switchboard-plugs/bluetooth/default.nix
···
granite7,
gtk4,
bluez,
+
elementary-bluetooth-daemon,
switchboard,
wingpanel-indicator-bluetooth,
}:
stdenv.mkDerivation rec {
pname = "switchboard-plug-bluetooth";
-
version = "8.0.1";
+
version = "8.0.2";
src = fetchFromGitHub {
owner = "elementary";
-
repo = pname;
+
repo = "settings-bluetooth";
rev = version;
-
sha256 = "sha256-NefWnkI7K6I1JY3UG9wUbB/yF3R8tUdPb4tAafiTR3o=";
+
hash = "sha256-D2kigdGdmDtFWt/hldzHm+QqlGl6RBExhcdurLtCM1Q=";
};
nativeBuildInputs = [
···
buildInputs = [
bluez
+
elementary-bluetooth-daemon # settings schema
granite7
gtk4
libadwaita
···
meta = with lib; {
description = "Switchboard Bluetooth Plug";
-
homepage = "https://github.com/elementary/switchboard-plug-bluetooth";
+
homepage = "https://github.com/elementary/settings-bluetooth";
license = licenses.gpl3Plus;
platforms = platforms.linux;
teams = [ teams.pantheon ];