7.15.4 -> 7.15.5
svn path=/nixpkgs/trunk/; revision=6243
This commit is contained in:
parent
f0129a3f44
commit
193edaab22
@ -3,11 +3,11 @@
|
|||||||
assert sslSupport -> openssl != null;
|
assert sslSupport -> openssl != null;
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "curl-7.15.4";
|
name = "curl-7.15.5";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://curl.haxx.se/download/curl-7.15.4.tar.bz2;
|
url = http://curl.haxx.se/download/curl-7.15.5.tar.bz2;
|
||||||
md5 = "d9345a55c8bc67eafcd37fa1b728e00e";
|
md5 = "594142c7d53bbdd988e8cef6354eeeff";
|
||||||
};
|
};
|
||||||
buildInputs = [zlib (if sslSupport then openssl else null)];
|
buildInputs = [zlib (if sslSupport then openssl else null)];
|
||||||
patches = [./configure-cxxcpp.patch];
|
patches = [./configure-cxxcpp.patch];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user