Skip to content

Commit

Permalink
Revert "curl: 7.59.0 -> 7.60.0"
Browse files Browse the repository at this point in the history
This reverts commit 44101ee.

All nix tools appear to be flaky and run into timeouts with curl 7.60.0
See NixOS#41312 for more details
  • Loading branch information
NeQuissimus committed Jun 4, 2018
1 parent 19332e4 commit abbd876
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/curl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ assert brotliSupport -> brotli != null;
assert gssSupport -> kerberos != null;

stdenv.mkDerivation rec {
name = "curl-7.60.0";
name = "curl-7.59.0";

src = fetchurl {
urls = [
"https://github.com/curl/curl/releases/download/${lib.replaceStrings ["."] ["_"] name}/${name}.tar.bz2"
"https://curl.haxx.se/download/${name}.tar.bz2"
];
sha256 = "16qyhy9alq2wk6zgqhh5dchr45f6nxaqzy3rh8rbx6dx0hignzc9";
sha256 = "185mazhi4bc5mc6rvhrmnc67j8l3sg7f0w2hp5gmi5ccdbyhz4mm";
};

outputs = [ "bin" "dev" "out" "man" "devdoc" ];
Expand Down

0 comments on commit abbd876

Please sign in to comment.