libressl_2_4: 2.4.3 -> 2.4.4

This commit is contained in:
Franz Pletz 2016-11-09 20:02:45 +01:00
parent ecfb8df7a7
commit 52f1a37898
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

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