Merge pull request #26749 from gentoofreak/libopus-1.2
libopus: 1.1.5 -> 1.2
This commit is contained in:
commit
5dc7314c53
@ -2,14 +2,14 @@
|
|||||||
, fixedPoint ? false, withCustomModes ? true }:
|
, fixedPoint ? false, withCustomModes ? true }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.1.5";
|
version = "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 = "https://archive.mozilla.org/pub/opus/opus-${version}.tar.gz";
|
||||||
sha256 = "1r33nm7b052dw7gsc99809df1zmj5icfiljqbrfkw2pll0f9i17b";
|
sha256 = "1ad9q2g9vivx409jdsslv1hrh5r616qz2pjm96y8ymsigfl4bnvp";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user