Merge pull request #55330 from r-ryantm/auto-update/coturn

coturn: 4.5.0.8 -> 4.5.1.0
This commit is contained in:
Ryan Mulligan 2019-02-06 15:42:16 -08:00 committed by GitHub
commit ec8a918ec2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "coturn-${version}";
version = "4.5.0.8";
version = "4.5.1.0";
src = fetchFromGitHub {
owner = "coturn";
repo = "coturn";
rev = "${version}";
sha256 = "1l2q76lzv2gff832wrqd9dcilyaqx91pixyz335822ypra89mdp8";
sha256 = "16fp9vppdz825949vpqi82iwscc2k4gajw1kl2p9pf3d3mv1flsk";
};
buildInputs = [ openssl libevent ];