File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
stdenv . mkDerivation rec {
4
4
name = "pnmixer-${ version } " ;
5
- version = "0.7.1-rc1 " ;
5
+ version = "0.7.1" ;
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "nicklan" ;
9
9
repo = "pnmixer" ;
10
10
rev = "v${ version } " ;
11
- sha256 = "0ns7s1jsc7fc3fvs9m3xwbv1fk1410cqc5w1cmia1mlzy94r3r6p " ;
11
+ sha256 = "0mmrq4m2rk0wmkfmqs3fk2rnw5g5lvd7ill2s3d7ggf9vba1pcn2 " ;
12
12
} ;
13
13
14
14
nativeBuildInputs = [ cmake pkgconfig gettext ] ;
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
17
17
18
18
meta = with stdenv . lib ; {
19
19
homepage = https://github.com/nicklan/pnmixer ;
20
- description = "ALSA mixer for the system tray" ;
20
+ description = "ALSA volume mixer for the system tray" ;
21
21
license = licenses . gpl3 ;
22
22
platforms = platforms . linux ;
23
23
maintainers = with maintainers ; [ campadrenalin romildo ] ;
You can’t perform that action at this time.
0 commit comments