summary refs log tree commit diff
path: root/pkgs/development/libraries/libressl
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2016-06-09 16:39:11 +0200
committerFranz Pletz <fpletz@fnordicwalking.de>2016-06-09 17:37:29 +0200
commita0996c2c60faa1644a0f35b002a35d5f52ba7a37 (patch)
tree2e3d39547cad3671523ac6923d428ff5f14c6edc /pkgs/development/libraries/libressl
parent45d4d6212274acd80cf2c6a8bcbca2ba1107d313 (diff)
libressl: 2.3.4 -> 2.3.5
Diffstat (limited to 'pkgs/development/libraries/libressl')
-rw-r--r--pkgs/development/libraries/libressl/2.3.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libressl/2.3.nix b/pkgs/development/libraries/libressl/2.3.nix
index a5052a9b499d2..32869e0b4720e 100644
--- a/pkgs/development/libraries/libressl/2.3.nix
+++ b/pkgs/development/libraries/libressl/2.3.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "libressl-${version}";
-  version = "2.3.4";
+  version = "2.3.5";
 
   src = fetchurl {
     url    = "mirror://openbsd/LibreSSL/${name}.tar.gz";
-    sha256 = "1ag65pbvdikqj5y1w780jicl3ngi9ld2332ki6794y0gcar3a4bs";
+    sha256 = "0fvmifz61zfq6byy4dh1qqdg9fpbdsyldjwx5hlcgg6ywxf2f9gl";
   };
 
   enableParallelBuilding = true;