Merge pull request #11990 from mayflower/update-libressl

libressl_2_2: 2.2.4 -> 2.2.5
This commit is contained in:
Peter Simons 2015-12-28 17:20:10 +01:00
commit a1a16c5a92
1 changed files with 3 additions and 3 deletions

View File

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