libressl_2_5: 2.5.0 -> 2.5.1

security update, no CVE assigned AFAICS

/cc @grahamc
This commit is contained in:
Robin Gloster 2017-02-02 00:26:47 +01:00
parent 0b19f2f742
commit 2110d59fa1
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "libressl-${version}";
version = "2.5.0";
version = "2.5.1";
src = fetchurl {
url = "mirror://openbsd/LibreSSL/${name}.tar.gz";
sha256 = "1bkfvapi4z826slycmicvs7hwgk4l82gd8w6nqvznldbammvyll6";
sha256 = "1kc709scgd76vk7fld4jnb4wb5lxdv1cj8zsgyjb33xp4jlf06pp";
};
enableParallelBuilding = true;