WORKSPACE: update linux to 6.6.50

Stable release bump, no significant changes expected.
No relevant regressions on the linux-regressions list observed.

Change-Id: I5a102a9f8c182cad05b361058627def1031c6f19
Reviewed-on: https://review.monogon.dev/c/monogon/+/3405
Reviewed-by: Tim Windelschmidt <tim@monogon.tech>
Tested-by: Jenkins CI
diff --git a/build/bazel/third_party.MODULE.bazel b/build/bazel/third_party.MODULE.bazel
index fa68cb8..748c76b 100644
--- a/build/bazel/third_party.MODULE.bazel
+++ b/build/bazel/third_party.MODULE.bazel
@@ -105,12 +105,12 @@
     shallow_since = "1615306886 +0100",
 )
 
-LINUX_VERSION = "6.6.42"
+LINUX_VERSION = "6.6.50"
 
 http_archive(
     name = "linux",
     build_file = "//third_party/linux/external:BUILD.repo",
-    integrity = "sha256-iAHIwpfXdOdgRJd+w9BoQ5ncTnzONH1zCHTseLd05oM=",
+    integrity = "sha256-wGXjba8oIQBgyRo37z6SrFgUeE5jRXfgTkBil+rS6G4=",
     patch_args = ["-p1"],
     patches = [
         "//third_party/linux/external:0001-block-partition-expose-PARTUUID-through-uevent.patch",