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;

View file

@ -5,7 +5,7 @@ let
in
buildGerritBazelPlugin rec {
name = "code-owners";
depsOutputHash = "sha256:07mgvd7fvg1xqlabjn644505yx98vjrmwxx1arwsykir1h82h0b2";
depsOutputHash = "sha256:0p9gzmn45983kpay1lzc4lb2rj2b2js839s592bvfyqhw32ji65n";
src = pkgs.fetchgit {
url = "https://gerrit.googlesource.com/plugins/code-owners";
rev = "6fdf3ce2e52904b35e2a5824a4197155c2c6b4e4";