trurl: add upstream patch for tests failing with libcurl >= 8.15.0 (#450487)

This commit is contained in:
Guillaume Girol
2025-10-22 20:49:15 +00:00
committed by GitHub
+8
View File
@@ -2,6 +2,7 @@
lib,
stdenv,
fetchFromGitHub,
fetchpatch,
curl,
python3,
perl,
@@ -20,6 +21,13 @@ stdenv.mkDerivation rec {
hash = "sha256-VCMT4WgZ6LG7yiKaRy7KTgTkbACVXb4rw62lWnVAuP0=";
};
patches = [
(fetchpatch {
url = "https://github.com/curl/trurl/commit/f22a2c45956f35702e437fb83ac05376f1956ec5.patch";
hash = "sha256-7CkUs5tMk77WKc7SlgE2NslHtU5cViKSGhHj3IBlpWo=";
})
];
postPatch = ''
patchShebangs scripts/*
'';