libressl_2_4: 2.4.2 -> 2.4.3

This commit is contained in:
Franz Pletz 2016-09-28 15:13:24 +02:00
parent 6b8aed6649
commit f749a16662
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "libressl-${version}"; name = "libressl-${version}";
version = "2.4.2"; version = "2.4.3";
src = fetchurl { src = fetchurl {
url = "mirror://openbsd/LibreSSL/${name}.tar.gz"; url = "mirror://openbsd/LibreSSL/${name}.tar.gz";
sha256 = "1qyrcyzrrn6r9cqvm66ib72qyr65q4hrdyiq1vb24a6nwmwdg1sz"; sha256 = "03ln2ac9cv0pbz3109yjk7cr5yxqfk8ld6g61k9sgrs7wbrjcmxx";
}; };
enableParallelBuilding = true; enableParallelBuilding = true;