libopus: 1.1.2 -> 1.1.3
This commit is contained in:
parent
80f38e9032
commit
0d919d4755
@ -1,14 +1,14 @@
|
|||||||
{ stdenv, fetchurl, fixedPoint ? false, withCustomModes ? true }:
|
{ stdenv, fetchurl, fixedPoint ? false, withCustomModes ? true }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.1.2";
|
version = "1.1.3";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libopus-${version}";
|
name = "libopus-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://downloads.xiph.org/releases/opus/opus-${version}.tar.gz";
|
url = "http://downloads.xiph.org/releases/opus/opus-${version}.tar.gz";
|
||||||
sha256 = "1z87x5c5x951lhnm70iqr2gqn15wns5cqsw8nnkvl48jwdw00a8f";
|
sha256 = "0cxnd7pjxbgh6l3cbzsw29phpr5cq28fikfhjlp1hc3y5s0gxdjq";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user