Skip to content

Commit 574e4e2

Browse files
romildofpletz
authored andcommittedMay 26, 2017
pnmixer: 0.7.1-rc1 -> 0.7.1
1 parent addb96c commit 574e4e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/tools/audio/pnmixer/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
stdenv.mkDerivation rec {
44
name = "pnmixer-${version}";
5-
version = "0.7.1-rc1";
5+
version = "0.7.1";
66

77
src = fetchFromGitHub {
88
owner = "nicklan";
99
repo = "pnmixer";
1010
rev = "v${version}";
11-
sha256 = "0ns7s1jsc7fc3fvs9m3xwbv1fk1410cqc5w1cmia1mlzy94r3r6p";
11+
sha256 = "0mmrq4m2rk0wmkfmqs3fk2rnw5g5lvd7ill2s3d7ggf9vba1pcn2";
1212
};
1313

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

1818
meta = with stdenv.lib; {
1919
homepage = https://github.com/nicklan/pnmixer;
20-
description = "ALSA mixer for the system tray";
20+
description = "ALSA volume mixer for the system tray";
2121
license = licenses.gpl3;
2222
platforms = platforms.linux;
2323
maintainers = with maintainers; [ campadrenalin romildo ];

0 commit comments

Comments
 (0)
Please sign in to comment.