cmake 3.26.4 -> 3.27.7 https://repology.org/project/cmake/versions attrpath: cmake Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/tools/build-managers/cmake/default.nix b/pkgs/development/tools/build-managers/cmake/default.nix index 00715130a000..45bee42e7ddd 100644 --- a/pkgs/development/tools/build-managers/cmake/default.nix +++ b/pkgs/development/tools/build-managers/cmake/default.nix @@ -40,11 +40,11 @@ stdenv.mkDerivation (finalAttrs: { + lib.optionalString isBootstrap "-boot" + lib.optionalString cursesUI "-cursesUI" + lib.optionalString qt5UI "-qt5UI"; - version = "3.26.4"; + version = "3.27.7"; src = fetchurl { url = "https://cmake.org/files/v${lib.versions.majorMinor finalAttrs.version}/cmake-${finalAttrs.version}.tar.gz"; - hash = "sha256-MTtogMKRvU/jHAqlHW5iZZKCpSHmlfMNXMDSWrvVwgg="; + hash = "sha256-CPcaEGA2vwUfaSdg75VYwFd8Qqw56Wugl+dmK9QVjY4="; }; patches = [ Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A cmake nix build failed. -- Using system-installed BZIP2 -- Using system-installed CPPDAP -- Using system-installed CURL -- Using system-installed EXPAT -- Using system-installed FORM -- Using system-installed JSONCPP -- Using system-installed LIBARCHIVE -- Using system-installed LIBLZMA -- Using system-installed LIBRHASH -- Using system-installed LIBUV -- Using system-installed NGHTTP2 -- Using system-installed ZLIB -- Using system-installed ZSTD -- Found LibRHash: /nix/store/gclk0z9rrpcdp0g1679j2432xq5d4ps2-rhash-1.4.4/lib/librhash.so -- Found ZLIB: /nix/store/ig0kkzw4n2pws12dj7szjm71f1a43if6-zlib-1.3/lib/libz.so (found version "1.3") -- Found CURL: /nix/store/hf63gz8rg11jcik57s2wy7n7k0rkbw13-curl-8.3.0/lib/libcurl.so (found version "8.3.0") -- Found EXPAT: /nix/store/q7gkbmmxwai8idqigl9kyv2a7vhppz92-expat-2.5.0/lib/libexpat.so (found version "2.5.0") -- Found LibArchive: /nix/store/66qs3xlvmngxizw3y2grlr7zxximrjpx-libarchive-3.6.2-lib/lib/libarchive.so (found suitable version "3.6.2", minimum required is "3.3.3") -- Could NOT find JsonCpp: (Required is at least version "1.6.0") (found JsonCpp_LIBRARY-NOTFOUND) CMake Error at Source/Modules/CMakeBuildUtilities.cmake:310 (message): CMAKE_USE_SYSTEM_JSONCPP is ON but a JsonCpp is not found! Call Stack (most recent call first): CMakeLists.txt:437 (include)  -- Configuring incomplete, errors occurred! --------------------------------------------- Error when bootstrapping CMake: Problem while running initial CMake ---------------------------------------------