Unverified Commit 00e4cd89 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

gdal: 3.12.3 -> 3.12.4 (#513128)

parents 42af5e2e a35af4e9
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.3";
  version = "3.12.4";

  src = fetchFromGitHub {
    owner = "OSGeo";
    repo = "gdal";
    tag = "v${finalAttrs.version}";
    hash = "sha256-tGyZB0e2DNyi3OpiOb1Mk8R8SdQRwhxCy8fOQrauVso=";
    hash = "sha256-sD/ZAOvMWK2+AGw6wgziDsheH+hwUwhd7i2f65cjFKg=";
  };

  nativeBuildInputs = [