Merge pull request #22083 from kamilchm/pasystray
pasystray: 0.5.2 -> 0.6.0
This commit is contained in:
commit
c058fde440
pkgs/tools/audio/pasystray
|
@ -2,13 +2,14 @@
|
||||||
, gnome3, avahi, gtk3, libnotify, libpulseaudio, xlibsWrapper}:
|
, gnome3, avahi, gtk3, libnotify, libpulseaudio, xlibsWrapper}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "pasystray-0.5.2";
|
name = "pasystray-${version}";
|
||||||
|
version = "0.6.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "christophgysin";
|
owner = "christophgysin";
|
||||||
repo = "pasystray";
|
repo = "pasystray";
|
||||||
rev = "6709fc1e9f792baf4f7b4507a887d5876b2cfa70";
|
rev = name;
|
||||||
sha256 = "1z21wassdiwfnlcrkpdqh8ylblpd1xxjxcmib5mwix9va2lykdfv";
|
sha256 = "0k13s7pmz5ks3kli8pwhzd47hcjwv46gd2fgk7i4fbkfwf3z279h";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ autoconf automake makeWrapper pkgconfig
|
buildInputs = [ autoconf automake makeWrapper pkgconfig
|
||||||
|
@ -31,7 +32,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "PulseAudio system tray";
|
description = "PulseAudio system tray";
|
||||||
homepage = "https://github.com/christophgysin/pasystray";
|
homepage = "https://github.com/christophgysin/pasystray";
|
||||||
license = licenses.lgpl21Plus;
|
license = licenses.lgpl21Plus;
|
||||||
maintainers = [ maintainers.exlevan ];
|
maintainers = with maintainers; [ exlevan kamilchm ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue