Upgrade opus from 1.0.2 -> 1.0.3

This commit is contained in:
William A. Kennington III 2013-11-21 03:47:12 -06:00
parent 469ce846c3
commit de529d6b4b

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