Commit ecbbcdd6 authored by R. RyanTM's avatar R. RyanTM
Browse files

gdal: 3.12.2 -> 3.12.3

parent 4def26f6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -83,13 +83,13 @@

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

  src = fetchFromGitHub {
    owner = "OSGeo";
    repo = "gdal";
    tag = "v${finalAttrs.version}";
    hash = "sha256-W9MSZP+qmG7r2SzjOXbeYebY5vx8z8cpySv/sGyj42Y=";
    hash = "sha256-tGyZB0e2DNyi3OpiOb1Mk8R8SdQRwhxCy8fOQrauVso=";
  };

  nativeBuildInputs = [