mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
Merge pull request #55330 from r-ryantm/auto-update/coturn
coturn: 4.5.0.8 -> 4.5.1.0
This commit is contained in:
commit
ec8a918ec2
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user