Merge #222172: curl: 7.88.1 -> 8.0.1

...into staging-next

+3 -3
+3 -3
pkgs/tools/networking/curl/default.nix
··· 48 49 stdenv.mkDerivation (finalAttrs: { 50 pname = "curl"; 51 - version = "7.88.1"; 52 53 src = fetchurl { 54 urls = [ 55 "https://curl.haxx.se/download/curl-${finalAttrs.version}.tar.bz2" 56 "https://github.com/curl/curl/releases/download/curl-${finalAttrs.version}/curl-${finalAttrs.version}.tar.bz2" 57 ]; 58 - hash = "sha256-giS0XM4Sq94DnBLcBxG36oWxBLmtU01uTFtOGIphyQc="; 59 }; 60 61 patches = [ ··· 168 inherit opensslSupport openssl; 169 tests = { 170 withCheck = finalAttrs.finalPackage.overrideAttrs (_: { doCheck = true; }); 171 - fetchpatch = tests.fetchpatch.simple.override { fetchpatch = fetchpatch.override { fetchurl = useThisCurl fetchurl; }; }; 172 curlpp = useThisCurl curlpp; 173 coeurl = useThisCurl coeurl; 174 haskell-curl = useThisCurl haskellPackages.curl;
··· 48 49 stdenv.mkDerivation (finalAttrs: { 50 pname = "curl"; 51 + version = "8.0.1"; 52 53 src = fetchurl { 54 urls = [ 55 "https://curl.haxx.se/download/curl-${finalAttrs.version}.tar.bz2" 56 "https://github.com/curl/curl/releases/download/curl-${finalAttrs.version}/curl-${finalAttrs.version}.tar.bz2" 57 ]; 58 + hash = "sha256-m2selrdI0EuWh4a2vfQHqlx1q1Oj03wcjIHNtzZVXM8="; 59 }; 60 61 patches = [ ··· 168 inherit opensslSupport openssl; 169 tests = { 170 withCheck = finalAttrs.finalPackage.overrideAttrs (_: { doCheck = true; }); 171 + fetchpatch = tests.fetchpatch.simple.override { fetchpatch = (fetchpatch.override { fetchurl = useThisCurl fetchurl; }) // { version = 1; }; }; 172 curlpp = useThisCurl curlpp; 173 coeurl = useThisCurl coeurl; 174 haskell-curl = useThisCurl haskellPackages.curl;