curlMinimal: 8.14.1 -> 8.16.0
https://daniel.haxx.se/blog/2025/07/16/curl-8-15-0/ https://curl.se/ch/8.15.0.html https://github.com/curl/curl/releases/tag/curl-8_15_0 https://daniel.haxx.se/blog/2025/07/16/curl-8-16-0/ https://curl.se/ch/8.16.0.html https://github.com/curl/curl/releases/tag/curl-8_16_0 Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
@@ -91,7 +91,7 @@ in
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "curl";
|
||||
version = "8.14.1";
|
||||
version = "8.16.0";
|
||||
|
||||
src = fetchurl {
|
||||
urls = [
|
||||
@@ -100,7 +100,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
builtins.replaceStrings [ "." ] [ "_" ] finalAttrs.version
|
||||
}/curl-${finalAttrs.version}.tar.xz"
|
||||
];
|
||||
hash = "sha256-9GGaHiR0xLv+3IinwhkSCcgzS0j6H05T/VhMwS6RIN0=";
|
||||
hash = "sha256-QMjN28tsxiUcA96kI6Ryps6kA3vmVLpc9d7G6y0i/x0=";
|
||||
};
|
||||
|
||||
# this could be accomplished by updateAutotoolsGnuConfigScriptsHook, but that causes infinite recursion
|
||||
|
||||
Reference in New Issue
Block a user