cmake 3.26.4 -> 3.27.6 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..1dd5abd23139 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.6"; src = fetchurl { url = "https://cmake.org/files/v${lib.versions.majorMinor finalAttrs.version}/cmake-${finalAttrs.version}.tar.gz"; - hash = "sha256-MTtogMKRvU/jHAqlHW5iZZKCpSHmlfMNXMDSWrvVwgg="; + hash = "sha256-7zBW31KFaeDolW9s84gGh5NHrG3mpP9+QQXcRXhzLPs="; }; 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/klwyab605rvr53wzrvi9mxm4fr41p6bi-rhash-1.4.4/lib/librhash.so -- Found ZLIB: /nix/store/4rx3vkkd91wkbhpflsplfga603cp1l1c-zlib-1.3/lib/libz.so (found version "1.3") -- Found CURL: /nix/store/j912l6p3sdjsad8gh7micl5y0c6qih5i-curl-8.2.1/lib/libcurl.so (found version "8.2.1") -- Found EXPAT: /nix/store/c0fdha4334wganpnf4k4kkskfix91k7x-expat-2.5.0/lib/libexpat.so (found version "2.5.0") -- Found LibArchive: /nix/store/lv1hnlrglhx0qqp5dzdj060nr6lbpdzk-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 ---------------------------------------------