Skip to content

Commit

Permalink
deps: Update fmtlib to 10.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
satreix committed Oct 12, 2023
1 parent 95942a1 commit 75b15f7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 20 deletions.
20 changes: 12 additions & 8 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -89,21 +89,25 @@ http_archive(
url = "https://github.com/bazel-contrib/rules_jvm/archive/refs/tags/v0.17.0.tar.gz",
)

http_archive(
name = "fmtlib",
build_file = "//third_party:cc/fmtlib/BUILD.external",
sha256 = "ede1b6b42188163a3f2e0f25ad5c0637eca564bd8df74d02e31a311dd6b37ad8",
strip_prefix = "fmt-10.0.0",
url = "https://github.com/fmtlib/fmt/archive/refs/tags/10.0.0.tar.gz",
)

http_archive(
name = "fmeum_rules_jni",
sha256 = "530a02c4d86f7bcfabd61e7de830f8c78fcb2ea70943eab8f2bfdad96620f1f5",
strip_prefix = "rules_jni-0.7.0",
url = "https://github.com/fmeum/rules_jni/archive/refs/tags/v0.7.0.tar.gz",
)

http_archive(
name = "fmtlib",
patch_cmds = [
"mv support/bazel/.bazelversion .bazelversion",
"mv support/bazel/BUILD.bazel BUILD.bazel",
"mv support/bazel/WORKSPACE.bazel WORKSPACE.bazel",
],
sha256 = "78b8c0a72b1c35e4443a7e308df52498252d1cefc2b08c9a97bc9ee6cfe61f8b",
strip_prefix = "fmt-10.1.1",
url = "https://github.com/fmtlib/fmt/archive/refs/tags/10.1.1.tar.gz",
)

http_archive(
name = "com_google_googleapis",
sha256 = "452d0d5de65d9a15b16c9b36573312e2e545df21e5a2ac17d694bbc602f53c2d",
Expand Down
12 changes: 0 additions & 12 deletions third_party/cc/fmtlib/BUILD.external

This file was deleted.

0 comments on commit 75b15f7

Please sign in to comment.