Skip to content

Commit 632f045

Browse files
authored
gdal: 3.10.1 -> 3.10.2 (#382098)
2 parents 70ff571 + 3781c5e commit 632f045

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/libraries/gdal/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@
8383

8484
stdenv.mkDerivation (finalAttrs: {
8585
pname = "gdal" + lib.optionalString useMinimalFeatures "-minimal";
86-
version = "3.10.1";
86+
version = "3.10.2";
8787

8888
src = fetchFromGitHub {
8989
owner = "OSGeo";
9090
repo = "gdal";
9191
rev = "v${finalAttrs.version}";
92-
hash = "sha256-4XUDHN1RJPgURwTFPFu/9QRqW6XhLMydti9CRO6p7SI=";
92+
hash = "sha256-PanWqieJU1opR8iAwGsAeAt5cPXNOkwT5E6D6xPNCWs=";
9393
};
9494

9595
nativeBuildInputs =

0 commit comments

Comments
 (0)