From b4670bfbd16dd80fb52e61e79b4aa6e1d0453570 Mon Sep 17 00:00:00 2001 From: sterni Date: Fri, 7 Apr 2023 13:05:10 +0200 Subject: chore(3p/sources): Bump channels & overlays * //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 Tested-by: BuildkiteCI Reviewed-by: tazjin --- third_party/gerrit_plugins/builder.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/gerrit_plugins/builder.nix') diff --git a/third_party/gerrit_plugins/builder.nix b/third_party/gerrit_plugins/builder.nix index 90859756201f..50a4e78ae7cf 100644 --- a/third_party/gerrit_plugins/builder.nix +++ b/third_party/gerrit_plugins/builder.nix @@ -18,7 +18,7 @@ ${overlayPluginCmd} ''; - bazelTarget = "//plugins/${name}"; + bazelTargets = [ "//plugins/${name}" ]; }).overrideAttrs (super: { deps = super.deps.overrideAttrs (superDeps: { outputHash = depsOutputHash; -- cgit 1.4.1