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

gdal: 3.4.1 -> 3.4.2
This commit is contained in:
Mario Rodas 2022-03-20 09:04:01 -05:00 committed by GitHub
commit 6e183413aa
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.4.1";
version = "3.4.2";
src = fetchFromGitHub {
owner = "OSGeo";
repo = "gdal";
rev = "v${version}";
sha256 = "11rjdaxmsp9n3r9xhmgd7ksy8bh5fazwsxdj0xvl4hsy6bcn4n97";
sha256 = "sha256-bE55VV0SrG8nxCLdpODRalnuAkn+olRdMLUjduavj6M=";
};
sourceRoot = "source/gdal";