gdal: apply upstream patch for arrow 18

This commit is contained in:
Phillip Cloud 2024-10-29 09:30:14 -04:00
parent eeff2e3d9b
commit 8b47fb90fe
No known key found for this signature in database
GPG Key ID: D908212070FD785E

View File

@ -94,6 +94,11 @@ stdenv.mkDerivation (finalAttrs: {
url = "https://github.com/OSGeo/gdal/commit/40c3212fe4ba93e5176df4cd8ae5e29e06bb6027.patch";
sha256 = "sha256-D55iT6E/YdpSyfN7KUDTh1gdmIDLHXW4VC5d6D9B7ls=";
})
(fetchpatch {
name = "arrow-18.patch";
url = "https://github.com/OSGeo/gdal/commit/9a8c5c031404bbc81445291bad128bc13766cafa.patch";
sha256 = "sha256-tF46DmF7ZReqY8ACTTPXohWLsRn8lVxhKF1s+r254KM=";
})
];
nativeBuildInputs = [