Merge pull request #88642 from r-ryantm/auto-update/pcl

pcl: 1.10.1 -> 1.11.0
This commit is contained in:
Niklas Hambüchen 2020-05-23 04:54:40 +02:00 committed by GitHub
commit 97da3e2b4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
}:
stdenv.mkDerivation rec {
name = "pcl-1.10.1";
name = "pcl-1.11.0";
src = fetchFromGitHub {
owner = "PointCloudLibrary";
repo = "pcl";
rev = name;
sha256 = "1i4zfcikvdl5z1s3lh0n46fgi42s9vbki4hfmy7656hamajfai0v";
sha256 = "0nr3j71gh1v8x6wjr7a7xyr0438sw7vf621a5kbw4lmsxbj55k8g";
};
enableParallelBuilding = true;