coturn: 4.6.1 -> 4.6.2

This commit is contained in:
0x4A6F 2023-05-10 20:35:21 +02:00
parent 1f5a30f310
commit c23b26e93e
No known key found for this signature in database
GPG key ID: 8DEDBA5BE07080E1

View file

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "coturn";
version = "4.6.1";
version = "4.6.2";
src = fetchFromGitHub {
owner = "coturn";
repo = "coturn";
rev = "refs/tags/${version}";
hash = "sha256-ckqPxG3ieqA0H9g1GfE8hYs6tUsZfzt6/yYR1qlgoxE=";
hash = "sha256-BKIto762W7UkKjzIm3eVU18oiHpYUMQYJihebYxBOZs=";
};
nativeBuildInputs = [
@ -38,12 +38,6 @@ stdenv.mkDerivation rec {
patches = [
./pure-configure.patch
# fix build against openssl 3.x
(fetchpatch {
url = "https://github.com/coturn/coturn/commit/4ce784a8781ab086c150e2b9f5641b1a37fd9b31.patch";
hash = "sha256-Jx8XNXrgq0ockm1zjwRzfvSS3fVrVyVvQY1l0CpcR3Q=";
})
];
# Workaround build failure on -fno-common toolchains like upstream