arangodb 3.10.5.2 -> 3.11.6 https://repology.org/project/arangodb/versions attrpath: arangodb 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 Diff after rewrites: diff --git a/pkgs/servers/nosql/arangodb/default.nix b/pkgs/servers/nosql/arangodb/default.nix index 52b9125e99d5..3f51d4a447e2 100644 --- a/pkgs/servers/nosql/arangodb/default.nix +++ b/pkgs/servers/nosql/arangodb/default.nix @@ -1,5 +1,5 @@ { - # gcc 11.2 suggested on 3.10.5.2. + # gcc 11.2 suggested on 3.11.6. # gcc 11.3.0 unsupported yet, investigate gcc support when upgrading # See https://github.com/arangodb/arangodb/issues/17454 gcc10Stdenv @@ -32,13 +32,13 @@ in gcc10Stdenv.mkDerivation rec { pname = "arangodb"; - version = "3.10.5.2"; + version = "3.11.6"; src = fetchFromGitHub { repo = "arangodb"; owner = "arangodb"; rev = "v${version}"; - sha256 = "sha256-64iTxhG8qKTSrTlH/BWDJNnLf8VnaCteCKfQ9D2lGDQ="; + sha256 = "sha256-AKlr6PfGotAh3q3PozOE5RWn5MDBveT+nfXMjlDKfNY="; fetchSubmodules = true; }; 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 arangodb nix build failed. CMake that the project does not need compatibility with older versions.  -- Using -std=c++17 CMake Deprecation Warning at 3rdParty/iresearch/external/fastText/CMakeLists.txt:9 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions.  fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git CMake Warning at cmake/UpdateModule.cmake:20 (message): FAILED: /nix/store/zcmh6zkcvw838kxzw6sr9g1klnwcr268-git-2.43.0/bin/git submodule update --init -- rocksdb Call Stack (most recent call first): 3rdParty/CMakeLists.txt:226 (UpdateModule)  -- using JEMALLOC include path /build/source/build/3rdParty/jemalloc/include -- Performing Test HAVE_OMIT_LEAF_FRAME_POINTER -- Performing Test HAVE_OMIT_LEAF_FRAME_POINTER - Success CMake Error at 3rdParty/rocksdb/CMakeLists.txt:319 (message): FORCE_SSE42=ON but unable to compile with SSE4.2 enabled  -- Configuring incomplete, errors occurred!