libopus: 1.1 -> 1.1.2
This commit is contained in:
parent
117920233f
commit
0ab30ecf06
@ -1,14 +1,14 @@
|
|||||||
{ stdenv, fetchurl, fixedPoint ? false, withCustomModes ? true }:
|
{ stdenv, fetchurl, fixedPoint ? false, withCustomModes ? true }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.1";
|
version = "1.1.2";
|
||||||
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 = "158xprn2086arvdib3vbbygz7z6jqkw2nci7nlywzzwallap0wmr";
|
sha256 = "1z87x5c5x951lhnm70iqr2gqn15wns5cqsw8nnkvl48jwdw00a8f";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "dev" "out" ];
|
outputs = [ "dev" "out" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user