libressl_2_4: 2.4.4 -> 2.4.5

security update, no CVE assigned AFAICS

/cc @grahamc
This commit is contained in:
Robin Gloster 2017-02-02 00:25:51 +01:00
parent 09ac3909d9
commit 0b19f2f742
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.4.4";
version = "2.4.5";
src = fetchurl {
url = "mirror://openbsd/LibreSSL/${name}.tar.gz";
sha256 = "1ldzxqc0bds9mwnirrckhx42y3k0v5cx997nnbfa2gkk6ilszkvg";
sha256 = "0is3zqjcxxncycq44m3if6s5hiq31kpq85pxdnpm3sdfb3iw806k";
};
enableParallelBuilding = true;