curlMinimal: 8.19.0 -> 8.20.0

https://github.com/curl/curl/releases/curl-8_20_0

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu
2026-04-29 12:39:46 +02:00
parent 8f4f580dc6
commit d67855994d
+2 -2
View File
@@ -84,7 +84,7 @@ assert
stdenv.mkDerivation (finalAttrs: {
pname = "curl";
version = "8.19.0";
version = "8.20.0";
src = fetchurl {
urls = [
@@ -93,7 +93,7 @@ stdenv.mkDerivation (finalAttrs: {
builtins.replaceStrings [ "." ] [ "_" ] finalAttrs.version
}/curl-${finalAttrs.version}.tar.xz"
];
hash = "sha256-TrQUiXkNGeGQ16x+GOgoV83Wivj05mspLO1WLTM/Ed8=";
hash = "sha256-Y/4twUi6DOromSLvg49+XJRicsLni3xZ+rS3nTziuJY=";
};
# this could be accomplished by updateAutotoolsGnuConfigScriptsHook, but that causes infinite recursion