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
+2 -2
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 = [