pcl: 1.10.0 -> 1.10.1

This commit is contained in:
R. RyanTM 2020-03-23 02:35:34 +00:00 committed by Jon
parent db1eb191fd
commit bca769cbb7

View File

@ -4,13 +4,13 @@
}:
stdenv.mkDerivation rec {
name = "pcl-1.10.0";
name = "pcl-1.10.1";
src = fetchFromGitHub {
owner = "PointCloudLibrary";
repo = "pcl";
rev = name;
sha256 = "1dbfkdk9mgwzadkw9jx3f5vzrcj88qcyv745kjxld7gcv8by9g6g";
sha256 = "1i4zfcikvdl5z1s3lh0n46fgi42s9vbki4hfmy7656hamajfai0v";
};
enableParallelBuilding = true;
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
];
meta = {
homepage = http://pointclouds.org/;
homepage = "http://pointclouds.org/";
description = "Open project for 2D/3D image and point cloud processing";
license = stdenv.lib.licenses.bsd3;
maintainers = with stdenv.lib.maintainers; [viric];