about summary refs log tree commit diff
path: root/third_party/gerrit
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2023-04-07T11·05+0200
committerclbot <clbot@tvl.fyi>2023-04-09T13·41+0000
commitb4670bfbd16dd80fb52e61e79b4aa6e1d0453570 (patch)
tree81b9f10f44e2019b38f7d6140527235983f60d0f /third_party/gerrit
parentba4ea9aa88a397fa35235c2821430a716644897b (diff)
chore(3p/sources): Bump channels & overlays r/6087
* //3p/gerrit{,_plugins}: adjust for API change to buildBazelPackage

  https://github.com/NixOS/nixpkgs/commit/440b4de588d950e7fcf7add3b049fb209f097367

* //3p/gerrit_plugins: update hash of deps jar

Change-Id: I131d5846acbce718126fb47671893a568d1020dd
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8445
Autosubmit: sterni <sternenseemann@systemli.org>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'third_party/gerrit')
-rw-r--r--third_party/gerrit/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/gerrit/default.nix b/third_party/gerrit/default.nix
index 3c2f0aec57..c8c57bd02f 100644
--- a/third_party/gerrit/default.nix
+++ b/third_party/gerrit/default.nix
@@ -43,7 +43,7 @@ pkgs.lib.makeOverridable pkgs.buildBazelPackage {
     ./0003-Add-titles-to-CLs-over-HTTP.patch
   ];
 
-  bazelTarget = "release api-skip-javadoc";
+  bazelTargets = [ "release" "api-skip-javadoc" ];
   inherit bazel;
 
   bazelFlags = [