Merge pull request #215960 from r-ryantm/auto-update/pdal

pdal: 2.4.3 -> 2.5.4
This commit is contained in:
Niklas Hambüchen 2023-05-30 10:57:31 +02:00 committed by GitHub
commit 9df2b76995
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,13 +22,13 @@
stdenv.mkDerivation rec {
pname = "pdal";
version = "2.4.3";
version = "2.5.4";
src = fetchFromGitHub {
owner = "PDAL";
repo = "PDAL";
rev = version;
sha256 = "sha256-9TQlhuGSTnHsTlJos9Hwnyl1CxI0tXLZdqsaGdp6WIE=";
sha256 = "sha256-WP74YMKYJ0VqsPkOzSfuFhSKM/aY5ynVVmDTP6/DmgA=";
};
nativeBuildInputs = [