Unverified Commit 1443d143 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #228323 from wegank/foundationdb-bump

foundationdb71: 7.1.26 -> 7.1.30
parents 82110288 e068055c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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"
+2 −2
Original line number Diff line number Diff line
@@ -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;