summary refs log tree commit diff
path: root/pkgs/development/libraries/libressl
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-01-29 03:41:14 +0000
committerRobin Gloster <mail@glob.in>2016-01-29 03:42:14 +0000
commitedad608f56ab8cb2d74f2d34e7c0f625e706a5b1 (patch)
tree3d8e0b1c71f371ba0de48ee652ca62883fcbb9b6 /pkgs/development/libraries/libressl
parent46c31fa675fe0bf22ff313cefa1902afdc14ee2c (diff)
downloadnixlib-edad608f56ab8cb2d74f2d34e7c0f625e706a5b1.tar
nixlib-edad608f56ab8cb2d74f2d34e7c0f625e706a5b1.tar.gz
nixlib-edad608f56ab8cb2d74f2d34e7c0f625e706a5b1.tar.bz2
nixlib-edad608f56ab8cb2d74f2d34e7c0f625e706a5b1.tar.lz
nixlib-edad608f56ab8cb2d74f2d34e7c0f625e706a5b1.tar.xz
nixlib-edad608f56ab8cb2d74f2d34e7c0f625e706a5b1.tar.zst
nixlib-edad608f56ab8cb2d74f2d34e7c0f625e706a5b1.zip
libressl_2_3: 2.3.1 -> 2.3.2
Diffstat (limited to 'pkgs/development/libraries/libressl')
-rw-r--r--pkgs/development/libraries/libressl/2.3.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/libressl/2.3.nix b/pkgs/development/libraries/libressl/2.3.nix
index d9981f9b0c52..a87e599cbc07 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.1";
+  version = "2.3.2";
 
   src = fetchurl {
     url    = "mirror://openbsd/LibreSSL/${name}.tar.gz";
-    sha256 = "410b58db4ebbcab43c3357612e591094f64fb9339269caa2e68728e36f8d589e";
+    sha256 = "0sm9cjjqvj581sfd4sh0i467sh8p89nq9b8ck2qn3war92p5zx40";
   };
 
   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 ];
   };
 }