pnmixer: 0.7.1-rc1 -> 0.7.1

This commit is contained in:
romildo 2017-05-26 08:51:26 -03:00 committed by Franz Pletz
parent addb96c323
commit 574e4e296f

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "pnmixer-${version}"; name = "pnmixer-${version}";
version = "0.7.1-rc1"; version = "0.7.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nicklan"; owner = "nicklan";
repo = "pnmixer"; repo = "pnmixer";
rev = "v${version}"; rev = "v${version}";
sha256 = "0ns7s1jsc7fc3fvs9m3xwbv1fk1410cqc5w1cmia1mlzy94r3r6p"; sha256 = "0mmrq4m2rk0wmkfmqs3fk2rnw5g5lvd7ill2s3d7ggf9vba1pcn2";
}; };
nativeBuildInputs = [ cmake pkgconfig gettext ]; nativeBuildInputs = [ cmake pkgconfig gettext ];
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://github.com/nicklan/pnmixer; homepage = https://github.com/nicklan/pnmixer;
description = "ALSA mixer for the system tray"; description = "ALSA volume mixer for the system tray";
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ campadrenalin romildo ]; maintainers = with maintainers; [ campadrenalin romildo ];