Merge pull request #137774 from r-ryantm/auto-update/gdal

This commit is contained in:
Sandro 2021-09-14 13:43:00 +02:00 committed by GitHub
commit 63c716bc0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@ with lib;
stdenv.mkDerivation rec {
pname = "gdal";
version = "3.3.1";
version = "3.3.2";
src = fetchFromGitHub {
owner = "OSGeo";
repo = "gdal";
rev = "v${version}";
sha256 = "0832w40a92cl8ydkv0pk7nl1ivhfhbhqbhmpqmdjpi0126jlm2y0";
sha256 = "sha256-fla3EMDmuW0+vmmU0sgtLsGfO7dDApLQ2EoKJeR/1IM=";
};
sourceRoot = "source/gdal";