libopus: update

This commit is contained in:
Lluís Batlle i Rossell 2013-03-20 20:18:11 +01:00
parent d28d3f37a8
commit cd370052b8

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, fixedPoint ? false }:
stdenv.mkDerivation rec {
name = "libopus-1.0.1";
name = "libopus-1.0.2";
src = fetchurl {
url = "http://downloads.xiph.org/releases/opus/opus-1.0.1.tar.gz";
sha256 = "1vs133z6c03xi1a7b8bkqxlb6ipwchawwb52z1lgvh1amwy5ryl0";
url = "http://downloads.xiph.org/releases/opus/opus-1.0.2.tar.gz";
sha256 = "12npbkrcwvh3fl9l18cwrxwg269cg2j6j7876cc9q0axxvdmwqfs";
};
configureFlags = stdenv.lib.optionalString fixedPoint "--enable-fixed-point";