Unverified Commit c81d7b2a authored by Sefa Eyeoglu's avatar Sefa Eyeoglu
Browse files
parent 64172b89
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ assert

stdenv.mkDerivation (finalAttrs: {
  pname = "curl";
  version = "8.17.0";
  version = "8.18.0";

  src = fetchurl {
    urls = [
@@ -96,7 +96,7 @@ stdenv.mkDerivation (finalAttrs: {
        builtins.replaceStrings [ "." ] [ "_" ] finalAttrs.version
      }/curl-${finalAttrs.version}.tar.xz"
    ];
    hash = "sha256-lV9ucprWs1ZiYOj+9oYg52ujwxrPChhSRBahhaz3eZI=";
    hash = "sha256-QN95Fm50qiAUk2XhHuTHmKRq1Xw05PaP0TEA4smpGUY=";
  };

  # this could be accomplished by updateAutotoolsGnuConfigScriptsHook, but that causes infinite recursion