intellij: update patch

Broken by upstream: https://github.com/bazelbuild/intellij/commit/464dbd5cfbbe9b63b928d9b5b01e3156a9b2ec95

Change-Id: I41bc0f333ea68636c35721dfc9d60c35ed687cd8
Reviewed-on: https://review.monogon.dev/c/monogon/+/1859
Tested-by: Jenkins CI
Reviewed-by: Leopold Schabel <leo@monogon.tech>
diff --git a/intellij/patches/bazel_intellij_aspect_filter.patch b/intellij/patches/bazel_intellij_aspect_filter.patch
index 53a8baf..01642cd 100644
--- a/intellij/patches/bazel_intellij_aspect_filter.patch
+++ b/intellij/patches/bazel_intellij_aspect_filter.patch
@@ -32,7 +32,7 @@
          "go_appengine_test",
      ]:
          sources = [f for src in getattr(ctx.rule.attr, "srcs", []) for f in src.files.to_list()]
-+        sources += [f for embed in getattr(ctx.rule.attr, "embed", []) for f in _collect_generated_go_sources(embed) or []]
++        sources += [f for embed in getattr(ctx.rule.attr, "embed", []) for f in _collect_generated_go_sources(embed, ctx, semantics) or []]
 +
          generated = [f for f in sources if not f.is_source]
      elif ctx.rule.kind == "go_wrap_cc":