Skip to content

Commit

Permalink
Update dependency com_github_blake3team_blake3 to v1.5.0 (#209)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 11, 2024
1 parent 4b36c01 commit 9501c30
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 @@ -234,11 +234,11 @@ def _com_github_blake3team_blake3():
maybe(
http_archive,
name = "com_github_blake3team_blake3",
strip_prefix = "BLAKE3-1.4.1",
sha256 = "33020ac83a8169b2e847cc6fb1dd38806ffab6efe79fe6c320e322154a3bea2c",
strip_prefix = "BLAKE3-1.5.0",
sha256 = "f506140bc3af41d3432a4ce18b3b83b08eaa240e94ef161eb72b2e57cdc94c69",
build_file = "@yacl//bazel:blake3.BUILD",
urls = [
"https://github.com/BLAKE3-team/BLAKE3/archive/refs/tags/1.4.1.tar.gz",
"https://github.com/BLAKE3-team/BLAKE3/archive/refs/tags/1.5.0.tar.gz",
],
)

Expand Down

0 comments on commit 9501c30

Please sign in to comment.