Skip to content

Commit

Permalink
Merge pull request #15 from Tinder/maxwelle/mockolo-sha
Browse files Browse the repository at this point in the history
Add `integrity` to mockolo
  • Loading branch information
tinder-maxwellelliott authored Jan 26, 2024
2 parents 65a1774 + 8ab5b85 commit d9cae44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ swift_library(
_maybe(
http_archive,
name = "mockolo",
integrity = "sha256-12D/tUZKP87bS2NyfmdJP/pFg/JmsdFv1xsr0BvKUGs=",
build_file_content = """
load("@build_bazel_rules_swift//swift:swift.bzl", "swift_binary", "swift_library")
Expand Down Expand Up @@ -164,7 +165,6 @@ swift_binary(
],
)
""",
sha256 = "",
strip_prefix = "mockolo-%s" % MOCKOLO_VERSION,
urls = ["https://github.com/uber/mockolo/archive/%s.zip" % MOCKOLO_VERSION],
)
Expand Down

0 comments on commit d9cae44

Please sign in to comment.