Skip to content

Commit

Permalink
Merge pull request #8 from Tinder/tinder-maxwellelliott-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
tinder-maxwellelliott authored Aug 27, 2023
2 parents a5c81c3 + fdd1d8e commit d7af7f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,12 @@ WORKSPACE
```python
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

com_github_tinder_sign_here_version = "0.0.1"
com_github_tinder_sign_here_version = "1.0.0"
http_archive(
name = "com_github_tinder_sign_here",
url = "https://github.com/Tinder/sign-here/archive/refs/tags/%s.tar.gz" % com_github_tinder_sign_here_version,
type = "tar.gz",
sha256 = "b9a614f2221b484b9d615259afac3d4c80c4ce97558b30d9e7a9b53029e14290",
sha256 = "15fee635c5f248fa494c5d7041e45468d65be55d406fc4a222de3ece226e7b2e",
strip_prefix = "sign-here-%s" % com_github_tinder_sign_here_version,
)

Expand Down

0 comments on commit d7af7f7

Please sign in to comment.