summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/coturn
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-02-06 03:28:23 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-02-06 03:28:23 -0800
commit168be7c506d2f038c9702fc35fe2bbe07d881a0f (patch)
tree1b280d3c8a99883317f0a21779beb0d547b08337 /pkgs/servers/coturn
parent8f58e00226e3192994050b12aa9ed119be0220f3 (diff)
coturn: 4.5.0.8 -> 4.5.1.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/coturn/versions
Diffstat (limited to 'pkgs/servers/coturn')
-rw-r--r--pkgs/servers/coturn/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/coturn/default.nix b/pkgs/servers/coturn/default.nix
index 9bf461938cdb..c7a1a8be1021 100644
--- a/pkgs/servers/coturn/default.nix
+++ b/pkgs/servers/coturn/default.nix
@@ -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 ];