Merge pull request #35815 from ryantm/auto-update/libwebsockets-2.3.0-to-2.4.1

libwebsockets: 2.3.0 -> 2.4.1
This commit is contained in:
adisbladis 2018-02-27 16:35:33 +08:00 committed by GitHub
commit 66679aa698
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "libwebsockets-${version}"; name = "libwebsockets-${version}";
version = "2.3.0"; version = "2.4.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "warmcat"; owner = "warmcat";
repo = "libwebsockets"; repo = "libwebsockets";
rev = "v${version}"; rev = "v${version}";
sha256 = "1hv2b5r6sg42xnqhm4ysjvyiz3cqpfmwaqm33vpbx0k7arj4ixvy"; sha256 = "0d3xqdq3hpk5l9cg4dqkba6jm6620y6knqqywya703662spmj2xw";
}; };
buildInputs = [ cmake openssl zlib libuv ]; buildInputs = [ cmake openssl zlib libuv ];