lol

curl: update to version 7.28.0

+3 -3
+3 -3
pkgs/tools/networking/curl/default.nix
··· 10 10 assert scpSupport -> libssh2 != null; 11 11 12 12 stdenv.mkDerivation rec { 13 - name = "curl-7.27.0"; 13 + name = "curl-7.28.0"; 14 14 15 15 src = fetchurl { 16 16 url = "http://curl.haxx.se/download/${name}.tar.bz2"; 17 - sha256 = "164k2vw8v4ppsgqgk4gwhl26h70c8x3rgnl4c2s711626lhmi9db"; 17 + sha256 = "b7f510db60f520ba0bc8a39cccee7e913362205b4a7709e16af2cba14093099b"; 18 18 }; 19 19 20 20 # Zlib and OpenSSL must be propagated because `libcurl.la' contains ··· 60 60 ''; 61 61 62 62 meta = { 63 + homepage = "http://curl.haxx.se/"; 63 64 description = "A command line tool for transferring files with URL syntax"; 64 - homepage = http://curl.haxx.se/; 65 65 }; 66 66 }