mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
mpg123: 1.19.0 -> 1.22.2
This commit is contained in:
parent
52f84a0400
commit
fc964a15cb
@ -1,11 +1,11 @@
|
|||||||
{stdenv, fetchurl, alsaLib }:
|
{stdenv, fetchurl, alsaLib }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation rec {
|
||||||
name = "mpg123-1.19.0";
|
name = "mpg123-1.22.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://sourceforge/mpg123/mpg123-1.19.0.tar.bz2;
|
url = "mirror://sourceforge/mpg123/${name}.tar.bz2";
|
||||||
sha256 = "06xhd68mj9yp0r6l771aq0d7xgnl402a3wm2mvhxmd3w3ph29446";
|
sha256 = "0i1phi6fdjas37y00h3j8rb0b8ngr9az6hy5ff5bl53ify3j87kd";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = stdenv.lib.optional (!stdenv.isDarwin) alsaLib;
|
buildInputs = stdenv.lib.optional (!stdenv.isDarwin) alsaLib;
|
||||||
@ -16,8 +16,9 @@ stdenv.mkDerivation {
|
|||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Command-line MP3 player";
|
description = "Fast console MPEG Audio Player and decoder library";
|
||||||
homepage = http://mpg123.sourceforge.net/;
|
homepage = http://mpg123.org;
|
||||||
license = "LGPL";
|
license = stdenv.lib.licenses.lgpl21;
|
||||||
|
maintainers = [ stdenv.lib.maintainers.ftrvxmtrx ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user