Update SourceKitten for Bazel without bzlmod (#4778)

Missed this in #4776.
This commit is contained in:
JP Simard 2023-02-20 17:32:58 -05:00 committed by GitHub
parent 183c0aa784
commit 5c94a43352
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -5,9 +5,9 @@ def swiftlint_repos(bzlmod = False):
if not bzlmod:
http_archive(
name = "com_github_jpsim_sourcekitten",
sha256 = "7a38debb93ef11504f6b6a776be598095591fae7e128263754d041c5ada8e856",
strip_prefix = "SourceKitten-0.34.0",
url = "https://github.com/jpsim/SourceKitten/archive/refs/tags/0.34.0.tar.gz",
sha256 = "fcc5ea783e6a0b58b3873c3d551c0ff7a146fdd536e66e1d37af13b1f52df3d4",
strip_prefix = "SourceKitten-0.34.1",
url = "https://github.com/jpsim/SourceKitten/releases/download/0.34.1/SourceKitten-0.34.1.tar.gz",
)
http_archive(