From 8ee4d5e13f20242594b438640fca4ef51a75d375 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sun, 18 Feb 2024 17:31:21 +0000 Subject: [PATCH] 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; | ^~~~~~~ --- pkgs/applications/graphics/cloudcompare/default.nix | 4 ++-- 1 file 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; };