gdal: 3.8.3 -> 3.8.4

This commit is contained in:
R. Ryantm 2024-02-19 00:14:06 +00:00
parent 82e5bc1a59
commit 54e19cf5a3

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 = [