Merge pull request #228323 from wegank/foundationdb-bump

foundationdb71: 7.1.26 -> 7.1.30

authored by

Weijia Wang and committed by
GitHub
1443d143 82110288

+4 -2
+2
pkgs/servers/foundationdb/cmake.nix
··· 85 85 "-DOPENSSL_SSL_LIBRARY=${ssl.out}/lib/libssl.so" 86 86 ]; 87 87 88 + hardeningDisable = [ "fortify" ]; 89 + 88 90 env.NIX_CFLAGS_COMPILE = toString [ 89 91 # Needed with GCC 12 90 92 "-Wno-error=missing-template-keyword"
+2 -2
pkgs/servers/foundationdb/default.nix
··· 89 89 }; 90 90 91 91 foundationdb71 = cmakeBuild { 92 - version = "7.1.26"; 93 - sha256 = "sha256-IVUFC2Z/nJAeKr/TtEiHAo+1HUeZuSZ2birwJtiYZx0="; 92 + version = "7.1.30"; 93 + sha256 = "sha256-dAnAE1m2NZLHgP4QJvURBPcxArXvWWdhqEYwh3tU+tU"; 94 94 boost = boost178; 95 95 ssl = openssl; 96 96