gdal: 3.8.1 -> 3.8.2

This commit is contained in:
Ivan Mincik 2023-12-20 14:34:18 +01:00
parent 42841c10e5
commit 2976f952e6

View File

@ -76,13 +76,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gdal";
version = "3.8.1";
version = "3.8.2";
src = fetchFromGitHub {
owner = "OSGeo";
repo = "gdal";
rev = "v${finalAttrs.version}";
hash = "sha256-EQWAJZgufUC0FADuIotrGhP0Nf5qlgOwmiSlqLSv00A=";
hash = "sha256-R21zRjEvJO+97yXJDvzDJryQ7ps9uEN62DZ0GCxdoFk=";
};
nativeBuildInputs = [