update to 7.15.4
svn path=/nixpkgs/trunk/; revision=5674
This commit is contained in:
parent
791b680a9f
commit
53d9e09d0d
@ -3,10 +3,10 @@
|
|||||||
assert sslSupport -> openssl != null;
|
assert sslSupport -> openssl != null;
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "curl-7.15.1";
|
name = "curl-7.15.4";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://nix.cs.uu.nl/dist/tarballs/curl-7.15.1.tar.bz2;
|
url = http://curl.haxx.se/download/curl-7.15.4.tar.bz2;
|
||||||
md5 = "d330d48580bfade58c82d4f295f171f0";
|
md5 = "d9345a55c8bc67eafcd37fa1b728e00e";
|
||||||
};
|
};
|
||||||
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