pantheon.switchboard-plug-notifications: 2.1.5 -> 2.1.6

This commit is contained in:
worldofpeace 2020-04-03 17:11:51 -04:00
parent f38f4d73a5
commit b8ed81e2e3

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "switchboard-plug-notifications"; pname = "switchboard-plug-notifications";
version = "2.1.5"; version = "2.1.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "elementary"; owner = "elementary";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "0p0aj3bbjrh6x8wajqqb5yqm2iqfnj7kp16zf4hdr4siw0sx5p8n"; sha256 = "1ikq058svdan0whg4ks35m50apvbmzcz7h2wznxdbsimczzvj5sz";
}; };
passthru = { passthru = {
@ -42,8 +42,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 Notifications Plug"; description = "Switchboard Notifications Plug";
homepage = https://github.com/elementary/switchboard-plug-notifications; homepage = https://github.com/elementary/switchboard-plug-notifications;