update @rules_perl in examples (#1108)

This commit is contained in:
tanx 2023-10-25 09:16:20 -07:00 committed by GitHub
parent ef3031e387
commit 21ef088758
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -32,9 +32,9 @@ def openssl_repositories():
maybe(
http_archive,
name = "rules_perl",
sha256 = "765e6a282cc38b197a6408c625bd3fc28f3f2d44353fb4615490a6eb0b8f420c",
strip_prefix = "rules_perl-e3ed0f1727d15db6c5ff84f64454b9a4926cc591",
sha256 = "5cefadbf2a49bf3421ede009f2c5a2c9836abae792620ed2ff99184133755325",
strip_prefix = "rules_perl-0.1.0",
urls = [
"https://github.com/bazelbuild/rules_perl/archive/e3ed0f1727d15db6c5ff84f64454b9a4926cc591.tar.gz",
"https://github.com/bazelbuild/rules_perl/archive/refs/tags/0.1.0.tar.gz",
],
)