foundationdb: remove unused branch parameter to cmakeBuild
This commit is contained in:
parent
515452c223
commit
3c78f8bbaf
2 changed files with 0 additions and 2 deletions
|
@ -16,7 +16,6 @@ let
|
|||
|
||||
makeFdb =
|
||||
{ version
|
||||
, branch # unused
|
||||
, sha256
|
||||
, rev ? "refs/tags/${version}"
|
||||
, officialRelease ? true
|
||||
|
|
|
@ -79,7 +79,6 @@ in with builtins; {
|
|||
|
||||
foundationdb61 = cmakeBuild {
|
||||
version = "6.1.13";
|
||||
branch = "release-6.1";
|
||||
sha256 = "10vd694dcnh2pp91mri1m80kfbwjanhiy50c53c5ncqfa6pwvk00";
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue