tiledb 2.3.3 -> 2.15.0 https://repology.org/metapackage/tiledb/versions 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 bb71b7ca909..6f70c02865b 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.3.3"; + version = "2.15.0"; src = fetchFromGitHub { owner = "TileDB-Inc"; repo = "TileDB"; rev = version; - sha256 = "sha256-3Z5+QUzo2f24q11j6s8KX2vHLFkipFvGk2VFComWW/o="; + sha256 = "sha256-pV8mqUnR6cKdlPnm/Rcq60rieB+2a2MQWYil+T+ZxYE="; }; # (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. -- The C compiler identification is GNU 12.2.0 -- The CXX compiler identification is GNU 12.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/rj91g41smpmp92xvhx6rjxz6878bn2b4-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/rj91g41smpmp92xvhx6rjxz6878bn2b4-gcc-wrapper-12.2.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Starting TileDB superbuild. -- Found Bzip2: /nix/store/6nazsqj8b9vb38igx6s6ppsy958np62k-bzip2-1.0.8/lib/libbz2.so -- Found LZ4: /nix/store/cx1kn0q0x77pjf8371bhm5diy25jaa16-lz4-1.9.4/lib/liblz4.so -- Found ZLIB: /nix/store/rg9b3w1rqm7b5cwr9g8d0z6jii1g462n-zlib-1.2.13/lib/libz.so (found version "1.2.13") -- Found Zlib, adding imported target: /nix/store/rg9b3w1rqm7b5cwr9g8d0z6jii1g462n-zlib-1.2.13/lib/libz.so -- Found Zstd: /nix/store/6n7hbn6m3gdpnhxgmczxf0plwwi6xpm9-zstd-1.5.4/lib/libzstd.so -- Adding Magic as an external project CMake Error at /nix/store/ir1ws5v6q9b4qpky3y48y9a9lmzg5q0c-cmake-3.25.2/share/cmake-3.25/Modules/ExternalProject.cmake:2790 (message): error: could not find git for clone of ep_magic Call Stack (most recent call first): /nix/store/ir1ws5v6q9b4qpky3y48y9a9lmzg5q0c-cmake-3.25.2/share/cmake-3.25/Modules/ExternalProject.cmake:4185 (_ep_add_download_command) cmake/Modules/FindMagic_EP.cmake:90 (ExternalProject_Add) cmake/TileDB-Superbuild.cmake:95 (include) CMakeLists.txt:193 (include)  -- Configuring incomplete, errors occurred! See also "/build/source/build/CMakeFiles/CMakeOutput.log".