foundationdb: remove unused branch parameter to cmakeBuild

This commit is contained in:
Jente Hidskes Ankarberg 2023-02-01 10:58:21 +01:00
parent 515452c223
commit 3c78f8bbaf
No known key found for this signature in database
2 changed files with 0 additions and 2 deletions

View file

@ -16,7 +16,6 @@ let
makeFdb =
{ version
, branch # unused
, sha256
, rev ? "refs/tags/${version}"
, officialRelease ? true

View file

@ -79,7 +79,6 @@ in with builtins; {
foundationdb61 = cmakeBuild {
version = "6.1.13";
branch = "release-6.1";
sha256 = "10vd694dcnh2pp91mri1m80kfbwjanhiy50c53c5ncqfa6pwvk00";
patches = [