Skip to content

Commit

Permalink
gdal: 3.10.1 -> 3.10.2 (#382098)
Browse files Browse the repository at this point in the history
  • Loading branch information
imincik authored Feb 18, 2025
2 parents 70ff571 + 3781c5e commit 632f045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/gdal/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@

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

src = fetchFromGitHub {
owner = "OSGeo";
repo = "gdal";
rev = "v${finalAttrs.version}";
hash = "sha256-4XUDHN1RJPgURwTFPFu/9QRqW6XhLMydti9CRO6p7SI=";
hash = "sha256-PanWqieJU1opR8iAwGsAeAt5cPXNOkwT5E6D6xPNCWs=";
};

nativeBuildInputs =
Expand Down

0 comments on commit 632f045

Please sign in to comment.