libressl_2_3: 2.3.1 -> 2.3.2

This commit is contained in:
Robin Gloster 2016-01-29 03:41:14 +00:00
parent 46c31fa675
commit edad608f56

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "libressl-${version}";
version = "2.3.1";
version = "2.3.2";
src = fetchurl {
url = "mirror://openbsd/LibreSSL/${name}.tar.gz";
sha256 = "410b58db4ebbcab43c3357612e591094f64fb9339269caa2e68728e36f8d589e";
sha256 = "0sm9cjjqvj581sfd4sh0i467sh8p89nq9b8ck2qn3war92p5zx40";
};
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 fpletz ];
maintainers = with maintainers; [ thoughtpolice wkennington fpletz globin ];
};
}