Skip to content

Commit 2e6607f

Browse files
authored
Fix incorrect SHA2 for rules_swift
The `rules_swift` release page shows the hash that is listed in this file, but that hash is incorrect. The actual hash from downloading the file, as well as what *GitHub* shows as the hash, is this one. Signed-off-by: Prasanna Swaminathan <prasanna.swaminathan@gmail.com>
1 parent 0b5bc2e commit 2e6607f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xcodeproj/repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def xcodeproj_rules_dependencies(
121121
_maybe(
122122
http_archive,
123123
name = "build_bazel_rules_swift",
124-
sha256 = "ae6673d27024914fa89e32fd1369e9563fb8ede463feac703aaec1ba6ca0358c",
124+
sha256 = "b17bdad10f3996cffc1ae3634e426d5280848cdb25ae5351f39357599938f5c6",
125125
url = "https://github.com/bazelbuild/rules_swift/releases/download/3.0.2/rules_swift.3.0.2.tar.gz",
126126
ignore_version_differences = ignore_version_differences,
127127
)

0 commit comments

Comments
 (0)