chore(3p/sources): Bump channels & overlays

* //3p/gerrit{,_plugins}: adjust for API change to buildBazelPackage

  440b4de588

* //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>
This commit is contained in:
sterni 2023-04-07 13:05:10 +02:00 committed by clbot
parent ba4ea9aa88
commit b4670bfbd1
4 changed files with 21 additions and 21 deletions

View file

@ -18,7 +18,7 @@
${overlayPluginCmd}
'';
bazelTarget = "//plugins/${name}";
bazelTargets = [ "//plugins/${name}" ];
}).overrideAttrs (super: {
deps = super.deps.overrideAttrs (superDeps: {
outputHash = depsOutputHash;