coturn: 4.6.1 -> 4.6.2

0x4A6F c23b26e9 1f5a30f3

+2 -8
+2 -8
pkgs/servers/coturn/default.nix
··· 14 14 15 15 stdenv.mkDerivation rec { 16 16 pname = "coturn"; 17 - version = "4.6.1"; 17 + version = "4.6.2"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "coturn"; 21 21 repo = "coturn"; 22 22 rev = "refs/tags/${version}"; 23 - hash = "sha256-ckqPxG3ieqA0H9g1GfE8hYs6tUsZfzt6/yYR1qlgoxE="; 23 + hash = "sha256-BKIto762W7UkKjzIm3eVU18oiHpYUMQYJihebYxBOZs="; 24 24 }; 25 25 26 26 nativeBuildInputs = [ ··· 38 38 39 39 patches = [ 40 40 ./pure-configure.patch 41 - 42 - # fix build against openssl 3.x 43 - (fetchpatch { 44 - url = "https://github.com/coturn/coturn/commit/4ce784a8781ab086c150e2b9f5641b1a37fd9b31.patch"; 45 - hash = "sha256-Jx8XNXrgq0ockm1zjwRzfvSS3fVrVyVvQY1l0CpcR3Q="; 46 - }) 47 41 ]; 48 42 49 43 # Workaround build failure on -fno-common toolchains like upstream