summary refs log tree commit diff
path: root/pkgs/development/libraries/libressl
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2015-12-27 22:11:59 +0000
committerRobin Gloster <mail@glob.in>2015-12-27 22:12:52 +0000
commitbb223bc3ad0b25ed53854e2131b56460d5fba9b9 (patch)
treeccdff40b0755bf689402dd39990def84c6b3a418 /pkgs/development/libraries/libressl
parentde124aa5312ed9a720d1de926778048093a71fb6 (diff)
downloadnixlib-bb223bc3ad0b25ed53854e2131b56460d5fba9b9.tar
nixlib-bb223bc3ad0b25ed53854e2131b56460d5fba9b9.tar.gz
nixlib-bb223bc3ad0b25ed53854e2131b56460d5fba9b9.tar.bz2
nixlib-bb223bc3ad0b25ed53854e2131b56460d5fba9b9.tar.lz
nixlib-bb223bc3ad0b25ed53854e2131b56460d5fba9b9.tar.xz
nixlib-bb223bc3ad0b25ed53854e2131b56460d5fba9b9.tar.zst
nixlib-bb223bc3ad0b25ed53854e2131b56460d5fba9b9.zip
libressl_2_2: 2.2.4 -> 2.2.5
Diffstat (limited to 'pkgs/development/libraries/libressl')
-rw-r--r--pkgs/development/libraries/libressl/2.2.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/libressl/2.2.nix b/pkgs/development/libraries/libressl/2.2.nix
index fd18c7f56526..89e7e6507e49 100644
--- a/pkgs/development/libraries/libressl/2.2.nix
+++ b/pkgs/development/libraries/libressl/2.2.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "libressl-${version}";
-  version = "2.2.4";
+  version = "2.2.5";
 
   src = fetchurl {
     url    = "mirror://openbsd/LibreSSL/${name}.tar.gz";
-    sha256 = "0zlsxw366n438dc14zqnim6fc5vh1574jj95hv1sym46prcrhh3b";
+    sha256 = "0jwidi7fafcdh5qml72dx0ad0kfsk94qxzm29i7wd3cx8v8dxjp3";
   };
 
   enableParallelBuilding = true;
@@ -15,6 +15,6 @@ stdenv.mkDerivation rec {
     description = "Free TLS/SSL implementation";
     homepage    = "http://www.libressl.org";
     platforms   = platforms.all;
-    maintainers = with maintainers; [ thoughtpolice wkennington fpletz ];
+    maintainers = with maintainers; [ thoughtpolice wkennington fpletz globin ];
   };
 }