gdal: 3.8.4 -> 3.8.5

This commit is contained in:
Ivan Mincik 2024-04-05 13:20:28 +02:00
parent 841e26462b
commit 35725d3bea
1 changed files with 2 additions and 2 deletions

View File

@ -80,13 +80,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gdal";
version = "3.8.4";
version = "3.8.5";
src = fetchFromGitHub {
owner = "OSGeo";
repo = "gdal";
rev = "v${finalAttrs.version}";
hash = "sha256-R9VLof13OXPbWGHOG1Q4WZWSPoF739C6WuNWxoIwKTw=";
hash = "sha256-Z+mYlyOX9vJ772qwZMQfCbD/V7RL6+9JLHTzoZ55ot0=";
};
patches = [