Skip to content

Commit

Permalink
pkgs(gdal): update to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
imincik authored Jul 4, 2023
1 parent 36d0391 commit c626f19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/gdal/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@

stdenv.mkDerivation rec {
pname = "gdal";
version = "3.6.4";
version = "3.7.0";

src = fetchFromGitHub {
owner = "OSGeo";
repo = "gdal";
rev = "v${version}";
hash = "sha256-pGdZmQBUuNCk9/scUvq4vduINu5gqtCRLaz7QE2e6WU=";
hash = "sha256-hAuhftIuF9W0bQx73Mz8bAEegrX9g40ippqwv9mdstg=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit c626f19

Please sign in to comment.