forked from mirrors/nixpkgs
mpg123: 1.25.8 -> 1.25.10
1.25.10: https://www.mpg123.de/cgi-bin/news.cgi#2018-03-05 1.25.9 was replaced by 1.25.10 before it was announced (see link above).
This commit is contained in:
parent
00fc66dc7d
commit
3bdcd3e298
|
@ -4,11 +4,11 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "mpg123-1.25.8";
|
||||
name = "mpg123-1.25.10";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/mpg123/${name}.tar.bz2";
|
||||
sha256 = "16s9z1xc5kv1p90g42vsr9m4gq3dwjsmrj873x4i8601mvpm3nkr";
|
||||
sha256 = "08vhp8lz7d9ybhxcmkq3adwfryhivfvp0745k4r9kgz4wap3f4vc";
|
||||
};
|
||||
|
||||
buildInputs = stdenv.lib.optional (!stdenv.isDarwin) alsaLib;
|
||||
|
|
Loading…
Reference in a new issue