Merge pull request #205757 from imincik/pdal-2.4.3

pdal: 2.4.0 -> 2.4.3
This commit is contained in:
markuskowa 2022-12-18 21:33:09 +01:00 committed by GitHub
commit 659a60ee4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,7 @@
, enableE57 ? lib.meta.availableOn stdenv.hostPlatform libe57format
, libe57format
, libgeotiff
, libtiff
, libxml2
, postgresql
, tiledb
@ -21,13 +22,13 @@
stdenv.mkDerivation rec {
pname = "pdal";
version = "2.4.0";
version = "2.4.3";
src = fetchFromGitHub {
owner = "PDAL";
repo = "PDAL";
rev = version;
sha256 = "sha256-w9Fu4Op6OdaxdvOUM+glpJUEZq//EwRD2lqzYrMXk8w=";
sha256 = "sha256-9TQlhuGSTnHsTlJos9Hwnyl1CxI0tXLZdqsaGdp6WIE=";
};
nativeBuildInputs = [
@ -42,6 +43,7 @@ stdenv.mkDerivation rec {
hdf5-cpp
LASzip
libgeotiff
libtiff
libxml2
postgresql
tiledb