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

pcl: 1.12.0 -> 1.13.0
This commit is contained in:
Weijia Wang 2023-03-17 16:47:46 +02:00 committed by GitHub
commit 742f3d6eff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "pcl";
version = "1.12.0";
version = "1.13.0";
src = fetchFromGitHub {
owner = "PointCloudLibrary";
repo = "pcl";
rev = "${pname}-${version}";
sha256 = "0jhvciaw43y6iqqk7hyxnfhn1b4bsw5fpy04s01r5pkcsjjbdbqc";
sha256 = "sha256-JDiDAmdpwUR3Sff63ehyvetIFXAgGOrI+HEaZ5lURps=";
};
# remove attempt to prevent (x86/x87-specific) extended precision use