summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2023-01-09 09:12:34 -0800
committerRobert Schütz <github@dotlambda.de>2023-01-11 13:50:41 -0800
commit5b84b1e266fc5f9eed944e9cf1f87edf5390deed (patch)
treeda02fd6ed0d8142c077e61faaf2d01ba26c3e1d0
parent7ef529f7dff02b00b4da7910995ae53d5750403f (diff)
gdal: 3.6.1 -> 3.6.2
https://github.com/OSGeo/gdal/blob/v3.6.2/NEWS.md (cherry picked from commit 3d8e2cb6749603eda5a5eea4e02fd5ec586e69a5)
-rw-r--r--pkgs/development/libraries/gdal/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/gdal/default.nix b/pkgs/development/libraries/gdal/default.nix
index 689b38c6aa26..4d342f61ecc1 100644
--- a/pkgs/development/libraries/gdal/default.nix
+++ b/pkgs/development/libraries/gdal/default.nix
@@ -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;