foundationdb61: 6.1.7pre4928_a990458e -> 6.1.8

This bumps the 6.1.x branch to the official 6.1.8 release. Also fixes a
minor bug in the new CMake build (an invalid parameter passed to CMake)

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2019-05-27 21:04:53 -05:00
parent b73d7705cc
commit 2a56ea3593
No known key found for this signature in database
GPG Key ID: 25D2038DEB08021D
2 changed files with 3 additions and 5 deletions

View File

@ -41,7 +41,7 @@ let
cmakeFlags =
[ "-DCMAKE_BUILD_TYPE=Release"
(lib.optionalString officialRelease "FDB_RELEASE=1")
(lib.optionalString officialRelease "-DFDB_RELEASE=TRUE")
# FIXME: why can't libressl be found automatically?
"-DLIBRESSL_USE_STATIC_LIBS=FALSE"

View File

@ -69,11 +69,9 @@ in with builtins; {
# ------------------------------------------------------
foundationdb61 = cmakeBuild rec {
version = "6.1.7pre4928_${substring 0 7 rev}";
version = "6.1.8";
branch = "release-6.1";
rev = "a990458e81612632159bbf75167a36f64ef228d1";
sha256 = "1b8ij78xjy30q93hvnrw8llw16q5zlmlq3l6dvnnf8w6ws88y1k0";
officialRelease = false;
sha256 = "1qd9yf3a7a99nfx7vky0jy8r74yrxjwp9imc6792awn66256pxiv";
patches = [
./patches/clang-libcxx.patch