mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
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:
parent
b73d7705cc
commit
2a56ea3593
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user