gdal: 3.10.1 -> 3.10.2 (#382098)

This commit is contained in:
Ivan Mincik 2025-02-18 07:26:52 +00:00 committed by GitHub
commit 632f04521e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,13 +83,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gdal" + lib.optionalString useMinimalFeatures "-minimal";
version = "3.10.1";
version = "3.10.2";
src = fetchFromGitHub {
owner = "OSGeo";
repo = "gdal";
rev = "v${finalAttrs.version}";
hash = "sha256-4XUDHN1RJPgURwTFPFu/9QRqW6XhLMydti9CRO6p7SI=";
hash = "sha256-PanWqieJU1opR8iAwGsAeAt5cPXNOkwT5E6D6xPNCWs=";
};
nativeBuildInputs =