curlMinimal: 8.19.0 -> 8.20.0 (#514706)

This commit is contained in:
Leona Maroni
2026-05-06 16:14:59 +00:00
committed by GitHub
+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