about summary refs log tree commit diff
path: root/pkgs/applications/graphics/cloudcompare
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2024-02-18 17:31:21 +0000
committerSergei Trofimovich <slyich@gmail.com>2024-02-18 17:31:21 +0000
commit8ee4d5e13f20242594b438640fca4ef51a75d375 (patch)
treee16d29801f0d7f8726bfe386224c03b4c790c13a /pkgs/applications/graphics/cloudcompare
parent6ecec40792e26697eb5c015e04084cea3ebe70cc (diff)
cloudcompare: 2.12.4 -> 2.13
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;
          |               ^~~~~~~
Diffstat (limited to 'pkgs/applications/graphics/cloudcompare')
-rw-r--r--pkgs/applications/graphics/cloudcompare/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/cloudcompare/default.nix b/pkgs/applications/graphics/cloudcompare/default.nix
index 7f8d9be53b858..1ad3476e80910 100644
--- a/pkgs/applications/graphics/cloudcompare/default.nix
+++ b/pkgs/applications/graphics/cloudcompare/default.nix
@@ -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;
   };