coturn: 4.5.0.3 -> 4.5.0.6
fixes build with openssl 1.1
This commit is contained in:
parent
e000fb05db
commit
2944ca8f6a
@ -4,13 +4,13 @@ let inherit (stdenv.lib) optional; in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "coturn-${version}";
|
||||
version = "4.5.0.3";
|
||||
version = "4.5.0.6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "coturn";
|
||||
repo = "coturn";
|
||||
rev = "${version}";
|
||||
sha256 = "1xr4dp3p16m4rq9mdsprs6s50rnif6hk38xx9siyykgfjnwr6i9g";
|
||||
sha256 = "084c3zgwmmz4s6211i5jbkzsn13703lsg7vhc2cpacazq4sgsrhb";
|
||||
};
|
||||
|
||||
buildInputs = [ openssl libevent ];
|
||||
|
Loading…
Reference in New Issue
Block a user