pcl: 1.15.0-rc1 -> 1.15.0 (#384333)

This commit is contained in:
Nick Cao
2025-02-22 16:39:49 -05:00
committed by GitHub
+4 -4
View File
@@ -16,7 +16,7 @@
libusb1,
# nativeBuildInputs
boost186,
boost,
flann,
libpng,
libtiff,
@@ -31,13 +31,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pcl";
version = "1.15.0-rc1";
version = "1.15.0";
src = fetchFromGitHub {
owner = "PointCloudLibrary";
repo = "pcl";
tag = "pcl-${finalAttrs.version}";
hash = "sha256-T/zvev1x4w87j6Zn9dpqwIQfmfg2MsHt2Xto8Z1vhuQ=";
hash = "sha256-UCuQMWGwe+YxeGj0Y6m5IT58NW2lAWN5RqyZnvyFSr4=";
};
# remove attempt to prevent (x86/x87-specific) extended precision use
@@ -61,7 +61,7 @@ stdenv.mkDerivation (finalAttrs: {
];
propagatedBuildInputs = [
boost186
boost
flann
libpng
libtiff