mpg123: 1.29.2 -> 1.29.3
This commit is contained in:
parent
a52b1a30d8
commit
bc85f7a977
@ -18,11 +18,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "mpg123";
|
pname = "mpg123";
|
||||||
version = "1.29.2";
|
version = "1.29.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.bz2";
|
url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.bz2";
|
||||||
sha256 = "sha256-kHEhTr38G27QwKhdUwAQu7jrwETP5a5ZMOg/fmt5N+Y=";
|
sha256 = "sha256-ljiF2Mx3Ji8ot3GHx9GJ4yGV5kJE3iUwt5jd8yGD6Ec=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" ] ++ lib.optionals withConplay [ "conplay" ];
|
outputs = [ "out" ] ++ lib.optionals withConplay [ "conplay" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user