Commit 54e19cf5 authored by R. RyanTM's avatar R. RyanTM
Browse files

gdal: 3.8.3 -> 3.8.4

parent 82e5bc1a
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 = [