From 05a0e8615c7597919b9560d9545ae7f48cd9e136 Mon Sep 17 00:00:00 2001 From: Kornelijus Survila Date: Wed, 10 Dec 2025 00:52:53 -0700 Subject: [PATCH] foundationdb: 7.3.42 -> 7.3.68 This is the latest release validated in production. --- pkgs/by-name/fo/foundationdb/package.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/fo/foundationdb/package.nix b/pkgs/by-name/fo/foundationdb/package.nix index 4929c546d61c..dd4cb12813a5 100644 --- a/pkgs/by-name/fo/foundationdb/package.nix +++ b/pkgs/by-name/fo/foundationdb/package.nix @@ -15,6 +15,7 @@ toml11, jemalloc, doctest, + zlib, }: let boost = boost186; @@ -29,13 +30,13 @@ let in stdenv.mkDerivation rec { pname = "foundationdb"; - version = "7.3.42"; + version = "7.3.68"; src = fetchFromGitHub { owner = "apple"; repo = "foundationdb"; tag = version; - hash = "sha256-jQcm+HLai5da2pZZ7iLdN6fpQZxf5+/kkfv9OSXQ57c="; + hash = "sha256-OaV7YyBggeX3vrnI2EYwlWdIGRHOAeP5OZN0Rmd/dnw="; }; patches = [ @@ -80,6 +81,7 @@ stdenv.mkDerivation rec { msgpack-cxx openssl toml11 + zlib ]; checkInputs = [ doctest ];