use newer curl. This fixes a few security bugs and this static version of curl
has been built using Nix itself. I've tested this, it works. svn path=/nixpkgs/trunk/; revision=4451
This commit is contained in:
parent
0c5b904257
commit
7bd6a3599b
@ -21,7 +21,7 @@ rec {
|
||||
tar = ./tools/tar;
|
||||
bunzip2 = ./tools/bunzip2;
|
||||
cp = ./tools/cp;
|
||||
curl = ./tools/curl-7.12.2-static.tar.bz2;
|
||||
curl = ./tools/curl-7.15.1-static.tar.bz2;
|
||||
system = "i686-linux";
|
||||
args = [ ./scripts/unpack-curl.sh ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user