coturn: 4.6.3 -> 4.7.0 (#412534)

This commit is contained in:
Wolfgang Walther 2025-06-27 16:43:04 +00:00 committed by GitHub
commit 5ad7e08fe5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "coturn";
version = "4.6.3";
version = "4.7.0";
src = fetchFromGitHub {
owner = "coturn";
repo = "coturn";
tag = version;
hash = "sha256-GG8aQJoCBV5wolPEzSuZhqNn//ytaTAptjY42YKga4E=";
hash = "sha256-nvImelAvcbHpv6JTxX+sKpldVXG6u9Biu+VDt95r9I4=";
};
nativeBuildInputs = [