Unverified Commit fbdfedc3 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

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

parents 779054ff 37051bfd
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -13,19 +13,20 @@
  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 = [
@@ -38,6 +39,7 @@ stdenv.mkDerivation rec {

  buildInputs = [
    bluez
    elementary-bluetooth-daemon # settings schema
    granite7
    gtk4
    libadwaita
@@ -52,7 +54,7 @@ stdenv.mkDerivation rec {

  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 ];