libevent: 2.1.11 -> 2.1.12
This commit is contained in:
parent
6eeb612a9b
commit
adda7cf634
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@ assert sslSupport -> openssl != null;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libevent";
|
pname = "libevent";
|
||||||
version = "2.1.11";
|
version = "2.1.12";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/libevent/libevent/releases/download/release-${version}-stable/libevent-${version}-stable.tar.gz";
|
url = "https://github.com/libevent/libevent/releases/download/release-${version}-stable/libevent-${version}-stable.tar.gz";
|
||||||
sha256 = "0g988zqm45sj1hlhhz4il5z4dpi5dl74hzjwzl4md37a09iaqnx6";
|
sha256 = "1fq30imk8zd26x8066di3kpc5zyfc5z6frr3zll685zcx4dxxrlj";
|
||||||
};
|
};
|
||||||
|
|
||||||
# libevent_openssl is moved into its own output, so that openssl isn't present
|
# libevent_openssl is moved into its own output, so that openssl isn't present
|
||||||
|
|
Loading…
Reference in a new issue