curl: 7.88.1 -> 8.0.1
https://curl.se/changes.html#8_0_0 https://daniel.haxx.se/blog/2023/03/20/curl-8-0-0-is-here/ https://daniel.haxx.se/blog/2023/03/20/curl-8-0-1-because-i-jinxed-it/ Fixes: CVE-2023-27533, CVE-2023-27534, CVE-2023-27535, CVE-2023-27536, CVE-2023-27537, CVE-2023-27538
This commit is contained in:
@@ -48,14 +48,14 @@ assert !(opensslSupport && wolfsslSupport);
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "curl";
|
||||
version = "7.88.1";
|
||||
version = "8.0.1";
|
||||
|
||||
src = fetchurl {
|
||||
urls = [
|
||||
"https://curl.haxx.se/download/curl-${finalAttrs.version}.tar.bz2"
|
||||
"https://github.com/curl/curl/releases/download/curl-${finalAttrs.version}/curl-${finalAttrs.version}.tar.bz2"
|
||||
];
|
||||
hash = "sha256-giS0XM4Sq94DnBLcBxG36oWxBLmtU01uTFtOGIphyQc=";
|
||||
hash = "sha256-m2selrdI0EuWh4a2vfQHqlx1q1Oj03wcjIHNtzZVXM8=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
||||
Reference in New Issue
Block a user