third_party/xfsprogs: update to 6.9.0

The previous version was three years old and we want a version newer
than 5.15 to enable bigtime by default for new filesystems. This gets us
to the current version of xfsprogs again.

There is an additional dependency on urcu which was added since 5.15
which is added in a parent CL of this, it provides core functionality
and cannot be feasibly patched out.

Closes: https://github.com/monogon-dev/monogon/issues/1
Change-Id: I16b93c3799574030548d6460c298e2980b78a5a8
Reviewed-on: https://review.monogon.dev/c/monogon/+/3346
Tested-by: Jenkins CI
Reviewed-by: Jan Schär <jan@monogon.tech>
diff --git a/third_party/xfsprogs/external.bzl b/third_party/xfsprogs/external.bzl
index 2bcb252..2c19a60 100644
--- a/third_party/xfsprogs/external.bzl
+++ b/third_party/xfsprogs/external.bzl
@@ -20,6 +20,7 @@
     sums = {
         "5.2.1": "6187f25f1744d1ecbb028b0ea210ad586d0f2dae24e258e4688c67740cc861ef",
         "5.10.0": "e807ca9fd8f01e45c9ec8ffb3c123bdb7dfcfd8e05340520d2ff1ddbc3bd7c88",
+        "6.9.0": "fe7206968bbd8177754ba732f639f851b69c8f70ac5f96bb0e182d88664140bf",
     }
 
     http_archive(