summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics/cloudcompare
diff options
context:
space:
mode:
authorNikolay Korotkiy <sikmir@gmail.com>2020-10-28 00:18:44 +0300
committerNiklas Hambüchen <mail@nh2.me>2020-10-28 13:24:55 +0100
commit59645d2e422661a2efe6e138cc7c6d05dcb6aaee (patch)
tree9fa95076ef288b51e288346c4836690cd2f5a128 /pkgs/applications/graphics/cloudcompare
parent40bc6c8dad76276b6eb98e91ba00dc09848b5f1f (diff)
cloudcompare: 2.11.0 → 2.11.2
Diffstat (limited to 'pkgs/applications/graphics/cloudcompare')
-rw-r--r--pkgs/applications/graphics/cloudcompare/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/graphics/cloudcompare/default.nix b/pkgs/applications/graphics/cloudcompare/default.nix
index 209a6a4753b1..26fabc364ba3 100644
--- a/pkgs/applications/graphics/cloudcompare/default.nix
+++ b/pkgs/applications/graphics/cloudcompare/default.nix
@@ -18,17 +18,17 @@
mkDerivation rec {
pname = "cloudcompare";
- version = "2.11.0";
+ version = "2.11.2";
src = fetchFromGitHub {
owner = "CloudCompare";
repo = "CloudCompare";
rev = "v${version}";
- sha256 = "02ahhhivgb9k1aygw1m35wdvhaizag1r98mb0r6zzrs5p4y64wlb";
+ sha256 = "0sb2h08iaf6zrf54sg6ql6wm63q5vq0kpd3gffdm26z8w6j6wv3s";
# As of writing includes (https://github.com/CloudCompare/CloudCompare/blob/a1c589c006fc325e8b560c77340809b9c7e7247a/.gitmodules):
# * libE57Format
# * PoissonRecon
- # In > 2.11 it will also contain
+ # In a future version it will also contain
# * CCCoreLib
fetchSubmodules = true;
};
@@ -53,7 +53,7 @@ mkDerivation rec {
];
cmakeFlags = [
- # TODO: This will become -DCCCORELIB_USE_TBB=ON in > 2.11.0, see
+ # TODO: This will become -DCCCORELIB_USE_TBB=ON in a future version, see
# https://github.com/CloudCompare/CloudCompare/commit/f5a0c9fd788da26450f3fa488b2cf0e4a08d255f
"-DCOMPILE_CC_CORE_LIB_WITH_TBB=ON"
"-DOPTION_USE_DXF_LIB=ON"