Loading pkgs/servers/foundationdb/cmake.nix +2 −2 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ let makeFdb = { version , sha256 , hash , rev ? "refs/tags/${version}" , officialRelease ? true , patches ? [] Loading @@ -34,7 +34,7 @@ let src = fetchFromGitHub { owner = "apple"; repo = "foundationdb"; inherit rev sha256; inherit rev hash; }; buildInputs = [ ssl boost msgpack toml11 ]; Loading pkgs/servers/foundationdb/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -9,8 +9,8 @@ let cmakeBuild = import ./cmake.nix args; in { foundationdb71 = cmakeBuild { version = "7.1.30"; sha256 = "sha256-dAnAE1m2NZLHgP4QJvURBPcxArXvWWdhqEYwh3tU+tU"; version = "7.1.32"; hash = "sha256-CNJ4w1ECadj2KtcfbBPBQpXQeq9BAiw54hUgRTWPFzY="; boost = boost178; ssl = openssl; Loading Loading
pkgs/servers/foundationdb/cmake.nix +2 −2 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ let makeFdb = { version , sha256 , hash , rev ? "refs/tags/${version}" , officialRelease ? true , patches ? [] Loading @@ -34,7 +34,7 @@ let src = fetchFromGitHub { owner = "apple"; repo = "foundationdb"; inherit rev sha256; inherit rev hash; }; buildInputs = [ ssl boost msgpack toml11 ]; Loading
pkgs/servers/foundationdb/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -9,8 +9,8 @@ let cmakeBuild = import ./cmake.nix args; in { foundationdb71 = cmakeBuild { version = "7.1.30"; sha256 = "sha256-dAnAE1m2NZLHgP4QJvURBPcxArXvWWdhqEYwh3tU+tU"; version = "7.1.32"; hash = "sha256-CNJ4w1ECadj2KtcfbBPBQpXQeq9BAiw54hUgRTWPFzY="; boost = boost178; ssl = openssl; Loading