Updating lame, because it had a bug at encoding.
svn path=/nixpkgs/trunk/; revision=22024
This commit is contained in:
parent
7c19b40dbf
commit
52c92a9fbe
@ -1,10 +1,10 @@
|
|||||||
{stdenv, fetchurl, nasm}:
|
{stdenv, fetchurl, nasm}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation rec {
|
||||||
name = "lame-3.98.2";
|
name = "lame-3.98.4";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://sourceforge/lame/lame-398-2.tar.gz;
|
url = "mirror://sourceforge/lame/${name}.tar.gz";
|
||||||
sha256 = "0cmgr515szd9kd19mpzvwl3cbnpfyjyi47swj4afblcfkmb2hym1";
|
sha256 = "1j3jywv6ic2cy0x0q1a1h6rcl6xmcs5f58xawjdkl8hpcv3l8cdc";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ nasm ];
|
buildInputs = [ nasm ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user