pantheon.switchboard-plug-a11y: 2.1.3 -> 2.2.0

This commit is contained in:
worldofpeace 2020-04-03 17:10:49 -04:00
parent 992a3da860
commit 5093dcea7b

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "switchboard-plug-a11y"; pname = "switchboard-plug-a11y";
version = "2.1.3"; version = "2.2.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "elementary"; owner = "elementary";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "1wh46lrsliii5bbvfc4xnzgnii2v7sqxnbn43ylmyqppfv9mk1wd"; sha256 = "0g8lhdwv9g16kjn7yxnl6x4rscjl2206ljfnghpxc4b5lwhqxxnw";
}; };
patches = [ patches = [
@ -51,8 +51,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 Universal Access Plug"; description = "Switchboard Universal Access Plug";
homepage = https://github.com/elementary/switchboard-plug-a11y; homepage = https://github.com/elementary/switchboard-plug-a11y;