foundationdb71: 7.1.26 -> 7.1.30

This commit is contained in:
Weijia Wang 2023-04-26 16:35:10 +03:00
parent 1d5ff2163e
commit e068055c01
2 changed files with 4 additions and 2 deletions

View File

@ -85,6 +85,8 @@ let
"-DOPENSSL_SSL_LIBRARY=${ssl.out}/lib/libssl.so"
];
hardeningDisable = [ "fortify" ];
env.NIX_CFLAGS_COMPILE = toString [
# Needed with GCC 12
"-Wno-error=missing-template-keyword"

View File

@ -89,8 +89,8 @@ in with builtins; {
};
foundationdb71 = cmakeBuild {
version = "7.1.26";
sha256 = "sha256-IVUFC2Z/nJAeKr/TtEiHAo+1HUeZuSZ2birwJtiYZx0=";
version = "7.1.30";
sha256 = "sha256-dAnAE1m2NZLHgP4QJvURBPcxArXvWWdhqEYwh3tU+tU";
boost = boost178;
ssl = openssl;