We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 7c8f27a commit 3c51afdCopy full SHA for 3c51afd
pkgs/servers/coturn/default.nix
@@ -4,13 +4,13 @@ let inherit (stdenv.lib) optional; in
4
5
stdenv.mkDerivation rec {
6
name = "coturn-${version}";
7
- version = "4.5.0.3";
+ version = "4.5.0.6";
8
9
src = fetchFromGitHub {
10
owner = "coturn";
11
repo = "coturn";
12
rev = "${version}";
13
- sha256 = "1xr4dp3p16m4rq9mdsprs6s50rnif6hk38xx9siyykgfjnwr6i9g";
+ sha256 = "084c3zgwmmz4s6211i5jbkzsn13703lsg7vhc2cpacazq4sgsrhb";
14
};
15
16
buildInputs = [ openssl libevent ];
0 commit comments