diff --git a/modules/rules_swift/1.5.0/patches/update-MODULE.bazel-to-1.5.0.patch b/modules/rules_swift/1.5.0/patches/update-MODULE.bazel-to-1.5.0.patch new file mode 100644 index 00000000000..0f538ad0bb5 --- /dev/null +++ b/modules/rules_swift/1.5.0/patches/update-MODULE.bazel-to-1.5.0.patch @@ -0,0 +1,27 @@ +From da4a47b7e0f98131cab72b47eb89d68c9eb0c575 Mon Sep 17 00:00:00 2001 +From: "github-actions[bot]" + <41898282+github-actions[bot]@users.noreply.github.com> +Date: Wed, 21 Dec 2022 08:56:53 -0600 +Subject: [PATCH] Update MODULE.bazel to 1.5.0 (#958) + +Co-authored-by: Automatic version bump +--- + MODULE.bazel | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/MODULE.bazel b/MODULE.bazel +index 22a7072..61b449d 100644 +--- a/MODULE.bazel ++++ b/MODULE.bazel +@@ -3,7 +3,7 @@ module( + name = "rules_swift", + compatibility_level = 1, + repo_name = "build_bazel_rules_swift", +- version = "1.4.0", ++ version = "1.5.0", + ) + + # --- End generated content +-- +2.37.0 (Apple Git-136) + diff --git a/modules/rules_swift/1.5.0/source.json b/modules/rules_swift/1.5.0/source.json index 15c6905e258..23be8c3095e 100644 --- a/modules/rules_swift/1.5.0/source.json +++ b/modules/rules_swift/1.5.0/source.json @@ -1,4 +1,8 @@ { "integrity": "sha256-MvldvmqI6ymKqnkPBQZUNPMqZixl7Apqq9r2iB5PFp8=", + "patch_strip": 1, + "patches": { + "update-MODULE.bazel-to-1.5.0.patch": "sha256-2gWGb0aafR3OEzVxel57K+ZcKx8F0UeIdSwLJ/WT+KI=" + }, "url": "https://github.com/bazelbuild/rules_swift/releases/download/1.5.0/rules_swift.1.5.0.tar.gz" }