mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
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.mkDerivation {
|
||||
name = "lame-3.98.2";
|
||||
stdenv.mkDerivation rec {
|
||||
name = "lame-3.98.4";
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/lame/lame-398-2.tar.gz;
|
||||
sha256 = "0cmgr515szd9kd19mpzvwl3cbnpfyjyi47swj4afblcfkmb2hym1";
|
||||
url = "mirror://sourceforge/lame/${name}.tar.gz";
|
||||
sha256 = "1j3jywv6ic2cy0x0q1a1h6rcl6xmcs5f58xawjdkl8hpcv3l8cdc";
|
||||
};
|
||||
|
||||
buildInputs = [ nasm ];
|
||||
|
Loading…
Reference in New Issue
Block a user