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

gdal: 3.10.1 -> 3.10.2 (#382098)

parents 70ff5713 3781c5e8
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.10.1";
  version = "3.10.2";

  src = fetchFromGitHub {
    owner = "OSGeo";
    repo = "gdal";
    rev = "v${finalAttrs.version}";
    hash = "sha256-4XUDHN1RJPgURwTFPFu/9QRqW6XhLMydti9CRO6p7SI=";
    hash = "sha256-PanWqieJU1opR8iAwGsAeAt5cPXNOkwT5E6D6xPNCWs=";
  };

  nativeBuildInputs =