Unverified Commit 533c3483 authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

curl: 8.17.0 -> 8.18.0 (#477844)

parents b41e5262 c81d7b2a
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