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

gdal: 3.8.3 -> 3.8.4
This commit is contained in:
Ivan Mincik 2024-02-19 20:00:21 +01:00 committed by GitHub
commit ec1855a947
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -79,13 +79,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gdal";
version = "3.8.3";
version = "3.8.4";
src = fetchFromGitHub {
owner = "OSGeo";
repo = "gdal";
rev = "v${finalAttrs.version}";
hash = "sha256-GYBGGZ2bobVYElO0WJrsQzLMdNR5AfQwgdjBtPeGH1g=";
hash = "sha256-R9VLof13OXPbWGHOG1Q4WZWSPoF739C6WuNWxoIwKTw=";
};
nativeBuildInputs = [