community/zig: rebuild against lld 19
lld has been upgraded to 19.x (57a9ad50) but zig is still build against lld 18.
We ether need to add a lld18 package until the next zig version is released or backport the llvm19 patches from zig (https://github.com/ziglang/zig/pull/21183).
CC @selfisekai