curl: 8.18.0 -> 8.19.0

https://curl.se/ch/8.19.0.html

Fixes CVE-2026-3805
Fixes CVE-2026-3784
Fixes CVE-2026-3783
Fixes CVE-2026-1965

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu
2026-03-11 20:33:21 +01:00
parent cab4423840
commit df6cab7c12
+2 -2
View File
@@ -87,7 +87,7 @@ assert
stdenv.mkDerivation (finalAttrs: {
pname = "curl";
version = "8.18.0";
version = "8.19.0";
src = fetchurl {
urls = [
@@ -96,7 +96,7 @@ stdenv.mkDerivation (finalAttrs: {
builtins.replaceStrings [ "." ] [ "_" ] finalAttrs.version
}/curl-${finalAttrs.version}.tar.xz"
];
hash = "sha256-QN95Fm50qiAUk2XhHuTHmKRq1Xw05PaP0TEA4smpGUY=";
hash = "sha256-TrQUiXkNGeGQ16x+GOgoV83Wivj05mspLO1WLTM/Ed8=";
};
# this could be accomplished by updateAutotoolsGnuConfigScriptsHook, but that causes infinite recursion