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 {
|
stdenv.mkDerivation rec {
|
||||||
pname = "switchboard-plug-bluetooth";
|
pname = "switchboard-plug-bluetooth";
|
||||||
version = "2.2.2";
|
version = "2.3.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "elementary";
|
owner = "elementary";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0rp9wa0yilc3wgwnybc6cryxphja7imixn45zhj475a4nb3afd0q";
|
sha256 = "1m8nzav976xs3sash2nbyrfn2sk7aah352ypihbp7bacid5wnhr7";
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
|
@ -44,8 +44,6 @@ stdenv.mkDerivation rec {
|
||||||
switchboard
|
switchboard
|
||||||
];
|
];
|
||||||
|
|
||||||
PKG_CONFIG_SWITCHBOARD_2_0_PLUGSDIR = "${placeholder "out"}/lib/switchboard";
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Switchboard Bluetooth Plug";
|
description = "Switchboard Bluetooth Plug";
|
||||||
homepage = https://github.com/elementary/switchboard-plug-bluetooth;
|
homepage = https://github.com/elementary/switchboard-plug-bluetooth;
|
||||||
|
|
Loading…
Reference in New Issue