Skip to content

Commit a3007a3

Browse files
committedJul 24, 2017
mpg123: update to version 1.25.4
1 parent b087618 commit a3007a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/applications/audio/mpg123/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
}:
55

66
stdenv.mkDerivation rec {
7-
name = "mpg123-1.23.8";
7+
name = "mpg123-1.25.4";
88

99
src = fetchurl {
1010
url = "mirror://sourceforge/mpg123/${name}.tar.bz2";
11-
sha256 = "13ngfzk84k4ks7ymanmq8f6707yrybra5h0mk3ir6mdnxk4068yy";
11+
sha256 = "1rxknrnl3ji5hi5rbckpzhbl1k5r8i53kcys4xdgg0xbi8765dfd";
1212
};
1313

1414
buildInputs = stdenv.lib.optional (!stdenv.isDarwin) alsaLib;

0 commit comments

Comments
 (0)
Please sign in to comment.