Merge pull request #37055 from ryantm/auto-update/libwebsockets

libwebsockets: 2.4.1 -> 2.4.2
This commit is contained in:
Matthew Justin Bauer 2018-03-19 04:05:15 -05:00 committed by GitHub
commit 00e7b063f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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