* Oops! That should be a SHA-1 hash, not MD5.

svn path=/nixpkgs/trunk/; revision=4337
This commit is contained in:
Eelco Dolstra 2005-12-06 00:26:56 +00:00
parent 94fe7734fa
commit 31aa23384c

View file

@ -3,7 +3,7 @@
builder = ./builder.sh;
src = fetchurl {
url = http://www.openssl.org/source/openssl-0.9.7i.tar.gz;
sha1 = "f69d82b206ff8bff9d0e721f97380b9e";
sha1 = "4c23925744d43272fa19615454da44e01465eb06";
};
buildInputs = [perl];
patches = [./darwin-makefile.patch];