gdal: 3.6.1 -> 3.6.2

https://github.com/OSGeo/gdal/blob/v3.6.2/NEWS.md
This commit is contained in:
Robert Schütz
2023-01-09 19:38:00 -08:00
committed by Robert Schütz
parent 7c31b6c977
commit 3d8e2cb674
+3 -3
View File
@@ -61,13 +61,13 @@
stdenv.mkDerivation rec {
pname = "gdal";
version = "3.6.1";
version = "3.6.2";
src = fetchFromGitHub {
owner = "OSGeo";
repo = "gdal";
rev = "v${version}";
hash = "sha256-hWuV73b7czmbxpnd82V2FHM+ak9JviDHVodVXAHh/pc=";
hash = "sha256-fdj/o+dm7V8QLrjnaQobaFX80+penn+ohx/yNmUryRA=";
};
nativeBuildInputs = [
@@ -199,7 +199,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Translator library for raster geospatial data formats";
homepage = "https://www.gdal.org/";
changelog = "https://docs.unidata.ucar.edu/netcdf-c/${src.rev}/RELEASE_NOTES.html";
changelog = "https://github.com/OSGeo/gdal/blob/${src.rev}/NEWS.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ marcweber dotlambda ];
platforms = lib.platforms.unix;