We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fb99de + 11fe08c commit 688fd63Copy full SHA for 688fd63
pkgs/by-name/pc/pcl/package.nix
@@ -16,7 +16,7 @@
16
libusb1,
17
18
# nativeBuildInputs
19
- boost186,
+ boost,
20
flann,
21
libpng,
22
libtiff,
@@ -31,13 +31,13 @@
31
32
stdenv.mkDerivation (finalAttrs: {
33
pname = "pcl";
34
- version = "1.15.0-rc1";
+ version = "1.15.0";
35
36
src = fetchFromGitHub {
37
owner = "PointCloudLibrary";
38
repo = "pcl";
39
tag = "pcl-${finalAttrs.version}";
40
- hash = "sha256-T/zvev1x4w87j6Zn9dpqwIQfmfg2MsHt2Xto8Z1vhuQ=";
+ hash = "sha256-UCuQMWGwe+YxeGj0Y6m5IT58NW2lAWN5RqyZnvyFSr4=";
41
};
42
43
# remove attempt to prevent (x86/x87-specific) extended precision use
@@ -61,7 +61,7 @@ stdenv.mkDerivation (finalAttrs: {
61
];
62
63
propagatedBuildInputs = [
64
- boost186
+ boost
65
flann
66
libpng
67
libtiff
0 commit comments