3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #30937 from NeQuissimus/lame_3_100

lame: 3.99.5 -> 3.100
This commit is contained in:
Tim Steinbach 2017-10-31 07:04:26 -04:00 committed by GitHub
commit 2a04d427d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,15 +23,13 @@ in
with stdenv.lib;
stdenv.mkDerivation rec {
name = "lame-${version}";
version = "3.99.5";
version = "3.100";
src = fetchurl {
url = "mirror://sourceforge/lame/${name}.tar.gz";
sha256 = "1zr3kadv35ii6liia0bpfgxpag27xcivp571ybckpbz4b10nnd14";
sha256 = "07nsn5sy3a8xbmw1bidxnsj5fj6kg9ai04icmqw40ybkp353dznx";
};
patches = [ ./gcc-4.9.patch ];
outputs = [ "out" "lib" "doc" ]; # a small single header
outputMan = "out";