summary refs log tree commit diff
path: root/pkgs/servers/coturn
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-12-05 07:13:25 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-12-05 07:13:25 +0000
commit26f0929fb7d2a57ce9676e58258bff06e399512a (patch)
treeb53107cab81172ef27e1ab82b35f692f6ab18e6e /pkgs/servers/coturn
parentc94cdd0978d707c08ffdfba54e682a8b553263e1 (diff)
coturn: 4.6.0 -> 4.6.1
Diffstat (limited to 'pkgs/servers/coturn')
-rw-r--r--pkgs/servers/coturn/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/coturn/default.nix b/pkgs/servers/coturn/default.nix
index 92c1e9b4a30a3..abf6583350d12 100644
--- a/pkgs/servers/coturn/default.nix
+++ b/pkgs/servers/coturn/default.nix
@@ -14,13 +14,13 @@
 
 stdenv.mkDerivation rec {
   pname = "coturn";
-  version = "4.6.0";
+  version = "4.6.1";
 
   src = fetchFromGitHub {
     owner = "coturn";
     repo = "coturn";
     rev = version;
-    sha256 = "sha256-QXApGJme/uteeKS8oiVLPOYUKzxTKdSC4WMlKS0VW5Q=";
+    sha256 = "sha256-ckqPxG3ieqA0H9g1GfE8hYs6tUsZfzt6/yYR1qlgoxE=";
   };
 
   nativeBuildInputs = [ pkg-config ];