Skip to content

Commit

Permalink
Update rules_perl
Browse files Browse the repository at this point in the history
  • Loading branch information
jsharpe committed Aug 23, 2024
1 parent ca7ad50 commit 7fba85a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/third_party/openssl/openssl_repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ def openssl_repositories():
maybe(
http_archive,
name = "rules_perl",
sha256 = "5cefadbf2a49bf3421ede009f2c5a2c9836abae792620ed2ff99184133755325",
strip_prefix = "rules_perl-0.1.0",
strip_prefix = "rules_perl-0.2.3",
urls = [
"https://github.com/bazelbuild/rules_perl/archive/refs/tags/0.1.0.tar.gz",
"https://github.com/bazelbuild/rules_perl/archive/refs/tags/0.2.3.tar.gz",
],
)

0 comments on commit 7fba85a

Please sign in to comment.