* Oops! That should be a SHA-1 hash, not MD5.
svn path=/nixpkgs/trunk/; revision=4337
This commit is contained in:
parent
94fe7734fa
commit
31aa23384c
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user