Skip to content

Commit

Permalink
pkgs(gdal): 3.8.1 -> 3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
imincik committed Dec 22, 2023
1 parent ffbb4cb commit 32e4aa3
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 @@ -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 = [
Expand Down

0 comments on commit 32e4aa3

Please sign in to comment.