Merge pull request #81537 from tollb/gdal-3.0.4

gdal: 3.0.3 -> 3.0.4
This commit is contained in:
Mario Rodas 2020-03-08 20:25:03 -05:00 committed by GitHub
commit 9760d23abd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {
pname = "gdal";
version = "3.0.3";
version = "3.0.4";
src = fetchFromGitHub {
owner = "OSGeo";
repo = "gdal";
rev = "v${version}";
sha256 = "1rbyxmgmp27a5wvm4g70jr79bazhdl8q9rcch2b78m73njdv73xa";
sha256 = "00a7q9wv8s1bmdhqxvixkq2afr8aibg3pkc76gg50r8lavf6j84c";
};
sourceRoot = "source/gdal";