Merge pull request #91801 from r-ryantm/auto-update/coturn

coturn: 4.5.1.2 -> 4.5.1.3
This commit is contained in:
Ryan Mulligan 2020-06-30 22:14:52 -07:00 committed by GitHub
commit cff1a4a2a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "coturn";
version = "4.5.1.2";
version = "4.5.1.3";
src = fetchFromGitHub {
owner = "coturn";
repo = "coturn";
rev = version;
sha256 = "01y65az8qyv2kjnb4fj7rgl4zq5pc2b286gfn727x3hfhksx9zp2";
sha256 = "1801931k4qdvc7jvaqxvjyhbh1xsvjz0pjajf6xc222n4ggar1q5";
};
buildInputs = [ openssl libevent ];