Skip to content

Commit 683736a

Browse files
r-ryantmfpletz
authored andcommitted
coturn: 4.5.1.2 -> 4.5.1.3
(cherry picked from commit 5c67b5e) Fixes CVE-2020-4067.
1 parent 13a15f2 commit 683736a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/servers/coturn/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
stdenv.mkDerivation rec {
44
pname = "coturn";
5-
version = "4.5.1.2";
5+
version = "4.5.1.3";
66

77
src = fetchFromGitHub {
88
owner = "coturn";
99
repo = "coturn";
1010
rev = version;
11-
sha256 = "01y65az8qyv2kjnb4fj7rgl4zq5pc2b286gfn727x3hfhksx9zp2";
11+
sha256 = "1801931k4qdvc7jvaqxvjyhbh1xsvjz0pjajf6xc222n4ggar1q5";
1212
};
1313

1414
buildInputs = [ openssl libevent ];

0 commit comments

Comments
 (0)