lame: 3.99.5 -> 3.100

This commit is contained in:
Tim Steinbach 2017-10-29 15:42:21 -04:00
parent 9e37df185c
commit a626aa17b0
No known key found for this signature in database
GPG key ID: 472BFCCA96BD0EDA

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";