Loading pkgs/development/libraries/pcl/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -24,13 +24,13 @@ stdenv.mkDerivation rec { pname = "pcl"; version = "1.13.0"; version = "1.15.0"; src = fetchFromGitHub { owner = "PointCloudLibrary"; repo = "pcl"; rev = "${pname}-${version}"; sha256 = "sha256-JDiDAmdpwUR3Sff63ehyvetIFXAgGOrI+HEaZ5lURps="; sha256 = "sha256-UCuQMWGwe+YxeGj0Y6m5IT58NW2lAWN5RqyZnvyFSr4="; }; # remove attempt to prevent (x86/x87-specific) extended precision use Loading Loading
pkgs/development/libraries/pcl/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -24,13 +24,13 @@ stdenv.mkDerivation rec { pname = "pcl"; version = "1.13.0"; version = "1.15.0"; src = fetchFromGitHub { owner = "PointCloudLibrary"; repo = "pcl"; rev = "${pname}-${version}"; sha256 = "sha256-JDiDAmdpwUR3Sff63ehyvetIFXAgGOrI+HEaZ5lURps="; sha256 = "sha256-UCuQMWGwe+YxeGj0Y6m5IT58NW2lAWN5RqyZnvyFSr4="; }; # remove attempt to prevent (x86/x87-specific) extended precision use Loading