* OpenSSL 0.9.8d.

svn path=/nixpkgs/trunk/; revision=6629
This commit is contained in:
Eelco Dolstra
2006-09-29 21:17:10 +00:00
parent 8b7597ea85
commit 4e2994a237
3 changed files with 9 additions and 20 deletions
@@ -1 +1,9 @@
import ./openssl-0.9.8b.nix
{stdenv, fetchurl, perl}: stdenv.mkDerivation {
name = "openssl-0.9.8d";
builder = ./builder.sh;
src = fetchurl {
url = ftp://ftp.nluug.nl/pub/security/openssl/openssl-0.9.8d.tar.gz;
sha1 = "4136fba00303a3d319d2052bfa8e1f09a2e12fc2";
};
buildInputs = [perl];
}