Skip to content

Commit

Permalink
pnmixer: 0.7.1-rc1 -> 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
romildo authored and fpletz committed May 26, 2017
1 parent addb96c commit 574e4e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/audio/pnmixer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "pnmixer-${version}";
version = "0.7.1-rc1";
version = "0.7.1";

src = fetchFromGitHub {
owner = "nicklan";
repo = "pnmixer";
rev = "v${version}";
sha256 = "0ns7s1jsc7fc3fvs9m3xwbv1fk1410cqc5w1cmia1mlzy94r3r6p";
sha256 = "0mmrq4m2rk0wmkfmqs3fk2rnw5g5lvd7ill2s3d7ggf9vba1pcn2";
};

nativeBuildInputs = [ cmake pkgconfig gettext ];
Expand All @@ -17,7 +17,7 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
homepage = https://github.com/nicklan/pnmixer;
description = "ALSA mixer for the system tray";
description = "ALSA volume mixer for the system tray";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ campadrenalin romildo ];
Expand Down

0 comments on commit 574e4e2

Please sign in to comment.