mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
foundationdb71: 7.1.26 -> 7.1.30
This commit is contained in:
parent
1d5ff2163e
commit
e068055c01
@ -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"
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user