pantheon.switchboard-plug-bluetooth: 2.2.2 -> 2.3.0
https://github.com/elementary/switchboard-plug-bluetooth/releases/tag/2.3.0
This commit is contained in:
parent
5bb5c188c4
commit
0de6642b5e
@ -14,13 +14,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "switchboard-plug-bluetooth";
|
||||
version = "2.2.2";
|
||||
version = "2.3.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "elementary";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "0rp9wa0yilc3wgwnybc6cryxphja7imixn45zhj475a4nb3afd0q";
|
||||
sha256 = "1m8nzav976xs3sash2nbyrfn2sk7aah352ypihbp7bacid5wnhr7";
|
||||
};
|
||||
|
||||
passthru = {
|
||||
@ -44,8 +44,6 @@ stdenv.mkDerivation rec {
|
||||
switchboard
|
||||
];
|
||||
|
||||
PKG_CONFIG_SWITCHBOARD_2_0_PLUGSDIR = "${placeholder "out"}/lib/switchboard";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Switchboard Bluetooth Plug";
|
||||
homepage = https://github.com/elementary/switchboard-plug-bluetooth;
|
||||
|
Loading…
Reference in New Issue
Block a user