cloudcompare: 2.12.1 -> 2.12.4

This commit is contained in:
Thomas Watson 2022-08-06 13:53:06 -05:00
parent 139d3f0e5d
commit 940adc38be
2 changed files with 3 additions and 5 deletions

View file

@ -23,13 +23,13 @@
mkDerivation rec {
pname = "cloudcompare";
version = "2.12.1";
version = "2.12.4";
src = fetchFromGitHub {
owner = "CloudCompare";
repo = "CloudCompare";
rev = "v${version}";
sha256 = "sha256-gX07Km+DNnsz5eDAC2RueMHjmIfQvgGnNOujZ/yM/vE=";
sha256 = "sha256-rQ9/vS/fyRWGBL4UGPNSeeNsDtnRHEp9NCViBtu/QEs=";
fetchSubmodules = true;
};

View file

@ -15660,9 +15660,7 @@ with pkgs;
cloud-nuke = callPackage ../development/tools/cloud-nuke { };
cloudcompare = libsForQt5.callPackage ../applications/graphics/cloudcompare {
pdal = pdal_2_3;
};
cloudcompare = libsForQt5.callPackage ../applications/graphics/cloudcompare { };
cloudflare-warp = callPackage ../tools/networking/cloudflare-warp { };