Skip to content

Commit

Permalink
openssl: security update 1.0.2d -> 1.0.2e
Browse files Browse the repository at this point in the history
  • Loading branch information
codsl authored and vcunat committed Dec 5, 2015
1 parent fb3b9f5 commit 51a5f49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/openssl/1.0.2.x.nix
Expand Up @@ -8,14 +8,14 @@ let
stdenv.cross;
in
stdenv.mkDerivation rec {
name = "openssl-1.0.2d";
name = "openssl-1.0.2e";

src = fetchurl {
urls = [
"http://www.openssl.org/source/${name}.tar.gz"
"http://openssl.linux-mirror.org/source/${name}.tar.gz"
];
sha1 = "d01d17b44663e8ffa6a33a5a30053779d9593c3d";
sha256 = "1zqb1rff1wikc62a7vj5qxd1k191m8qif5d05mwdxz2wnzywlg72";
};

patches = optional stdenv.isCygwin ./1.0.1-cygwin64.patch;
Expand Down

0 comments on commit 51a5f49

Please sign in to comment.