libopus: update
This commit is contained in:
parent
d28d3f37a8
commit
cd370052b8
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, fixedPoint ? false }:
|
{ stdenv, fetchurl, fixedPoint ? false }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libopus-1.0.1";
|
name = "libopus-1.0.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://downloads.xiph.org/releases/opus/opus-1.0.1.tar.gz";
|
url = "http://downloads.xiph.org/releases/opus/opus-1.0.2.tar.gz";
|
||||||
sha256 = "1vs133z6c03xi1a7b8bkqxlb6ipwchawwb52z1lgvh1amwy5ryl0";
|
sha256 = "12npbkrcwvh3fl9l18cwrxwg269cg2j6j7876cc9q0axxvdmwqfs";
|
||||||
};
|
};
|
||||||
|
|
||||||
configureFlags = stdenv.lib.optionalString fixedPoint "--enable-fixed-point";
|
configureFlags = stdenv.lib.optionalString fixedPoint "--enable-fixed-point";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user