tiledb 2.8.3 -> 2.15.3 https://github.com/TileDB-Inc/TileDB/releases attrpath: tiledb 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/libraries/tiledb/default.nix b/pkgs/development/libraries/tiledb/default.nix index 163e35971a7..b555e9d8c38 100644 --- a/pkgs/development/libraries/tiledb/default.nix +++ b/pkgs/development/libraries/tiledb/default.nix @@ -21,13 +21,13 @@ stdenv.mkDerivation rec { pname = "tiledb"; - version = "2.8.3"; + version = "2.15.3"; src = fetchFromGitHub { owner = "TileDB-Inc"; repo = "TileDB"; rev = version; - hash = "sha256-HKMVwrPnk9/mukH3mJ2LEAvA9LBF4PcgBZjbbLhO9qU="; + hash = "sha256-vIMBNb/mNnVszpiV9dsjua1d83zddGvuRbKKFTXmvwg="; }; # (bundled) blosc headers have a warning on some archs that it will be using 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 tiledb nix build failed. -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/7wkshj58fcsl1f3zyi67qsxgl1p8nki1-gcc-wrapper-12.2.0/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/7wkshj58fcsl1f3zyi67qsxgl1p8nki1-gcc-wrapper-12.2.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Starting TileDB superbuild. -- Found Bzip2: /nix/store/wqpb61g795dxhbiqkrni5lnpwpdglq2j-bzip2-1.0.8/lib/libbz2.so -- Found LZ4: /nix/store/fiw9ssvg74l84zvz5phs0zibl197j8k5-lz4-1.9.4/lib/liblz4.so -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found ZLIB: /nix/store/hr3m53r0nhyqx80sg0bz9xjgk6jg009k-zlib-1.2.13/lib/libz.so (found version "1.2.13") -- Found Zlib, adding imported target: /nix/store/hr3m53r0nhyqx80sg0bz9xjgk6jg009k-zlib-1.2.13/lib/libz.so -- Found Zstd: /nix/store/hw1z8z2dshq759cgxggvn6dg3h8bdlcn-zstd-1.5.5/lib/libzstd.so -- Adding Magic as an external project CMake Error at /nix/store/fic9avx8yabwb3ib8m49ld3kq9fkwwwd-cmake-3.25.3/share/cmake-3.25/Modules/ExternalProject.cmake:2789 (message): error: could not find git for clone of ep_magic Call Stack (most recent call first): /nix/store/fic9avx8yabwb3ib8m49ld3kq9fkwwwd-cmake-3.25.3/share/cmake-3.25/Modules/ExternalProject.cmake:4184 (_ep_add_download_command) cmake/Modules/FindMagic_EP.cmake:90 (ExternalProject_Add) cmake/TileDB-Superbuild.cmake:99 (include) CMakeLists.txt:200 (include)  -- Configuring incomplete, errors occurred! See also "/build/source/build/CMakeFiles/CMakeOutput.log".