Merge pull request #48525 from r-ryantm/auto-update/coturn
coturn: 4.5.0.7 -> 4.5.0.8
This commit is contained in:
commit
13ee5305ee
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "coturn-${version}";
|
name = "coturn-${version}";
|
||||||
version = "4.5.0.7";
|
version = "4.5.0.8";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "coturn";
|
owner = "coturn";
|
||||||
repo = "coturn";
|
repo = "coturn";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "1781fx8lqgc54j973xzgq9d7k3g2j03va82jb4217gd3a93pa65l";
|
sha256 = "1l2q76lzv2gff832wrqd9dcilyaqx91pixyz335822ypra89mdp8";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ openssl libevent ];
|
buildInputs = [ openssl libevent ];
|
||||||
@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
license = with licenses; [ bsd3 ];
|
license = with licenses; [ bsd3 ];
|
||||||
description = "A TURN server";
|
description = "A TURN server";
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
broken = stdenv.isDarwin; # 2018-10-21
|
||||||
maintainers = [ maintainers.ralith ];
|
maintainers = [ maintainers.ralith ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user