pantheon.wingpanel-indicator-notifications: 2.1.2 -> 2.1.4
https://github.com/elementary/wingpanel-indicator-notifications/releases/tag/2.1.3
This commit is contained in:
parent
1ab687e92f
commit
6761cd3da9
@ -14,13 +14,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "wingpanel-indicator-notifications";
|
pname = "wingpanel-indicator-notifications";
|
||||||
version = "2.1.2";
|
version = "2.1.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "elementary";
|
owner = "elementary";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1960s3xcsx6yjlnk0csf1m66s1z1sj5rym9b2fy7pm2nan47z3ld";
|
sha256 = "1lx023z7xxlgwh0br48fw5w7xw673p2sqxwl1gz9f54xx7rv81py";
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
@ -44,8 +44,6 @@ stdenv.mkDerivation rec {
|
|||||||
wingpanel
|
wingpanel
|
||||||
];
|
];
|
||||||
|
|
||||||
PKG_CONFIG_WINGPANEL_2_0_INDICATORSDIR = "${placeholder "out"}/lib/wingpanel";
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Notifications Indicator for Wingpanel";
|
description = "Notifications Indicator for Wingpanel";
|
||||||
homepage = https://github.com/elementary/wingpanel-indicator-notifications;
|
homepage = https://github.com/elementary/wingpanel-indicator-notifications;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user