summary refs log tree commit diff
path: root/pkgs/development/libraries/libressl
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2017-02-02 00:26:47 +0100
committerRobin Gloster <mail@glob.in>2017-02-02 00:26:47 +0100
commit2110d59fa1dffbe006ad96422e862bbc55c5caff (patch)
tree1d3fc9625bfad15171812dce9a41f9adf6533d8b /pkgs/development/libraries/libressl
parent0b19f2f7429db35a2e089978313dc8e2899d10f1 (diff)
downloadnixpkgs-2110d59fa1dffbe006ad96422e862bbc55c5caff.tar
nixpkgs-2110d59fa1dffbe006ad96422e862bbc55c5caff.tar.gz
nixpkgs-2110d59fa1dffbe006ad96422e862bbc55c5caff.tar.bz2
nixpkgs-2110d59fa1dffbe006ad96422e862bbc55c5caff.tar.lz
nixpkgs-2110d59fa1dffbe006ad96422e862bbc55c5caff.tar.xz
nixpkgs-2110d59fa1dffbe006ad96422e862bbc55c5caff.tar.zst
nixpkgs-2110d59fa1dffbe006ad96422e862bbc55c5caff.zip
libressl_2_5: 2.5.0 -> 2.5.1
security update, no CVE assigned AFAICS

/cc @grahamc
Diffstat (limited to 'pkgs/development/libraries/libressl')
-rw-r--r--pkgs/development/libraries/libressl/2.5.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libressl/2.5.nix b/pkgs/development/libraries/libressl/2.5.nix
index 51925ee108e..0a3e0d97f84 100644
--- a/pkgs/development/libraries/libressl/2.5.nix
+++ b/pkgs/development/libraries/libressl/2.5.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "libressl-${version}";
-  version = "2.5.0";
+  version = "2.5.1";
 
   src = fetchurl {
     url    = "mirror://openbsd/LibreSSL/${name}.tar.gz";
-    sha256 = "1bkfvapi4z826slycmicvs7hwgk4l82gd8w6nqvznldbammvyll6";
+    sha256 = "1kc709scgd76vk7fld4jnb4wb5lxdv1cj8zsgyjb33xp4jlf06pp";
   };
 
   enableParallelBuilding = true;