pantheon.wingpanel-indicator-session: 2.2.5 -> 2.2.6
https://github.com/elementary/wingpanel-indicator-session/releases/tag/2.2.6
This commit is contained in:
parent
6761cd3da9
commit
8e2d53c570
@ -14,13 +14,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "wingpanel-indicator-session";
|
pname = "wingpanel-indicator-session";
|
||||||
version = "2.2.5";
|
version = "2.2.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "elementary";
|
owner = "elementary";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0lqh9g6qq09m744gncspm79lbwx1vjl1d6j2szwcq9f0jdm01pm5";
|
sha256 = "0pzknbm0hg4kf2izfg1mcmyildfzwyq1hh0xhlq16gsmakq4ld26";
|
||||||
};
|
};
|
||||||
|
|
||||||
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 = "Session Indicator for Wingpanel";
|
description = "Session Indicator for Wingpanel";
|
||||||
homepage = https://github.com/elementary/wingpanel-indicator-session;
|
homepage = https://github.com/elementary/wingpanel-indicator-session;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user