Skip to content

Commit

Permalink
chore(deps): update dependency com_github_herumi_mcl to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent 18a346f commit d436e0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -394,15 +394,15 @@ def _com_github_herumi_mcl():
maybe(
http_archive,
name = "com_github_herumi_mcl",
strip_prefix = "mcl-1.99",
sha256 = "5ff9702c1f1b021925d1334ca0a03c87783174075aeaf87801842d3c08b3d39e",
strip_prefix = "mcl-2.11",
sha256 = "ebd08073e01c9a4cde98544ba702c5d86be74dbcbc1b9cd55cbce10c6c275193",
type = "tar.gz",
build_file = "@yacl//bazel:mcl.BUILD",
patch_args = ["-p1"],
patches = [
"@yacl//bazel:patches/mcl.patch",
],
urls = ["https://github.com/herumi/mcl/archive/refs/tags/v1.99.tar.gz"],
urls = ["https://github.com/herumi/mcl/archive/refs/tags/v2.11.tar.gz"],
)

def _lib25519():
Expand Down

0 comments on commit d436e0c

Please sign in to comment.