Skip to content

Commit

Permalink
cloudcompare: 2.12.4 -> 2.13
Browse files Browse the repository at this point in the history
Changes: https://github.com/CloudCompare/CloudCompare/releases/tag/v2.13

Without the change build fails against `gcc-13` on `master` as
https://hydra.nixos.org/build/249808852:

    In file included from /build/source/plugins/core/IO/qE57IO/extern/libE57Format/src/Common.h:40,
                     from /build/source/plugins/core/IO/qE57IO/extern/libE57Format/src/NodeImpl.h:30,
                     from /build/source/plugins/core/IO/qE57IO/extern/libE57Format/src/BlobNodeImpl.h:29,
                     from /build/source/plugins/core/IO/qE57IO/extern/libE57Format/src/BlobNodeImpl.cpp:28:
    /build/source/plugins/core/IO/qE57IO/extern/libE57Format/include/E57Format.h:42:15: error: 'int16_t' has not been declared in 'std'
       42 |    using std::int16_t;
          |               ^~~~~~~
  • Loading branch information
trofi committed Feb 18, 2024
1 parent 6ecec40 commit 8ee4d5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/cloudcompare/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@

mkDerivation rec {
pname = "cloudcompare";
version = "2.12.4";
version = "2.13";

src = fetchFromGitHub {
owner = "CloudCompare";
repo = "CloudCompare";
rev = "v${version}";
sha256 = "sha256-rQ9/vS/fyRWGBL4UGPNSeeNsDtnRHEp9NCViBtu/QEs=";
hash = "sha256-tCmIdajizaTT1tvPA7YQoklfz7pYVKS0lJXrxV2fidg=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit 8ee4d5e

Please sign in to comment.