Merge pull request #10467 from mayflower/package/libressl-2.2.4

libressl: 2.2.3 -> 2.2.4
This commit is contained in:
Arseniy Seroka 2015-10-19 02:30:12 +03:00
commit 16255c86ea

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "libressl-${version}";
version = "2.2.3";
version = "2.2.4";
src = fetchurl {
url = "mirror://openbsd/LibreSSL/${name}.tar.gz";
sha256 = "10nq2rpyzgl7xhdip9mmn7hzb6hcjffbjcb04jchxmlivwdc5k51";
sha256 = "0zlsxw366n438dc14zqnim6fc5vh1574jj95hv1sym46prcrhh3b";
};
enableParallelBuilding = true;
@ -15,6 +15,6 @@ stdenv.mkDerivation rec {
description = "Free TLS/SSL implementation";
homepage = "http://www.libressl.org";
platforms = platforms.all;
maintainers = with maintainers; [ thoughtpolice wkennington ];
maintainers = with maintainers; [ thoughtpolice wkennington fpletz ];
};
}