mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Merge pull request #205757 from imincik/pdal-2.4.3
pdal: 2.4.0 -> 2.4.3
This commit is contained in:
commit
659a60ee4e
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue