Merge pull request #255535 from dotlambda/gdal-3.7.2

gdal: 3.7.1 -> 3.7.2
This commit is contained in:
Robert Schütz 2023-09-19 04:49:20 +00:00 committed by GitHub
commit 4242fb6f74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,13 +76,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gdal";
version = "3.7.1";
version = "3.7.2";
src = fetchFromGitHub {
owner = "OSGeo";
repo = "gdal";
rev = "v${finalAttrs.version}";
hash = "sha256-RXX21tCq0xJQli3NTertM9IweONrJfGeaFj3utMFjpM=";
hash = "sha256-/7Egbg4Cg5Gqsy+CEMVbs2NCWbdJteDNWelBsrQSUj4=";
};
nativeBuildInputs = [