Unverified Commit ec1855a9 authored by Ivan Mincik's avatar Ivan Mincik Committed by GitHub
Browse files

Merge pull request #289880 from r-ryantm/auto-update/gdal

gdal: 3.8.3 -> 3.8.4
parents c389dcc5 54e19cf5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -79,13 +79,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "gdal";
  version = "3.8.3";
  version = "3.8.4";

  src = fetchFromGitHub {
    owner = "OSGeo";
    repo = "gdal";
    rev = "v${finalAttrs.version}";
    hash = "sha256-GYBGGZ2bobVYElO0WJrsQzLMdNR5AfQwgdjBtPeGH1g=";
    hash = "sha256-R9VLof13OXPbWGHOG1Q4WZWSPoF739C6WuNWxoIwKTw=";
  };

  nativeBuildInputs = [