cmake 3.26.4 -> 3.27.1 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 [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 00715130a00..c7ce027ab4a 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.1"; src = fetchurl { url = "https://cmake.org/files/v${lib.versions.majorMinor finalAttrs.version}/cmake-${finalAttrs.version}.tar.gz"; - hash = "sha256-MTtogMKRvU/jHAqlHW5iZZKCpSHmlfMNXMDSWrvVwgg="; + hash = "sha256-saawE1+hG5RHbpD1syxMj61IC/kc8i0N7ZjOIsUTIAQ="; }; 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/0k8fk5ivp854m8984ivfjhmkv57f3zmq-rhash-1.4.3/lib/librhash.so -- Found ZLIB: /nix/store/5p62fc7h9ij36fqsxlbq73mbwdhnmbkv-zlib-1.2.13/lib/libz.so (found version "1.2.13") -- Found CURL: /nix/store/jlrphds7x3z9i39ngyklfv0myn47arvv-curl-8.1.2/lib/libcurl.so (found version "8.1.2") -- Found EXPAT: /nix/store/k0r87f1hh9bxf6s2vkkkrrlwfkxsn1jx-expat-2.5.0/lib/libexpat.so (found version "2.5.0") -- Found LibArchive: /nix/store/minx5wg2scy3wixgk6z6rbz8r2szjlbk-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 ---------------------------------------------