srctree

Robin Linden parent 3337c335 915e256c
deps: Update dependencies

inlinesplit
WORKSPACE added: 6, removed: 6, total 0
@@ -5,8 +5,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
 
http_archive(
name = "platforms", # Apache-2.0
sha256 = "379113459b0feaf6bfbb584a91874c065078aa673222846ac765f86661c27407",
url = "https://github.com/bazelbuild/platforms/releases/download/0.0.5/platforms-0.0.5.tar.gz",
sha256 = "5308fc1d8865406a49427ba24a9ab53087f17f5266a7aabbfc28823f3916e1ca",
url = "https://github.com/bazelbuild/platforms/releases/download/0.0.6/platforms-0.0.6.tar.gz",
)
 
# Misc tools
@@ -46,9 +46,9 @@ http_archive(
http_archive(
name = "fmt", # MIT
build_file = "//third_party:fmt.BUILD",
sha256 = "9a1e0e9e843a356d65c7604e2c8bf9402b50fe294c355de0095ebd42fb9bd2c5",
strip_prefix = "fmt-9.0.0",
url = "https://github.com/fmtlib/fmt/archive/9.0.0.tar.gz",
sha256 = "5dea48d1fcddc3ec571ce2058e13910a0d4a6bab4cc09a809d8b1dd1c88ae6f2",
strip_prefix = "fmt-9.1.0",
url = "https://github.com/fmtlib/fmt/archive/9.1.0.tar.gz",
)
 
http_archive(