Merge pull request from kamilchm/pasystray

pasystray: 0.5.2 -> 0.6.0
This commit is contained in:
Michael Raskin 2017-01-24 18:03:39 +00:00 committed by GitHub
commit c058fde440
1 changed files with 5 additions and 4 deletions
pkgs/tools/audio/pasystray

View File

@ -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;
}; };
} }