We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb6857 commit b55dd37Copy full SHA for b55dd37
MODULE.bazel
@@ -403,10 +403,10 @@ use_repo(
403
404
http_archive(
405
name = "com_github_jbeder_yaml_cpp",
406
- sha256 = "fbe74bbdcee21d656715688706da3c8becfd946d92cd44705cc6098bb23b3a16",
407
- strip_prefix = "yaml-cpp-0.8.0",
+ sha256 = "25cb043240f828a8c51beb830569634bc7ac603978e0f69d6b63558dadefd49a",
+ strip_prefix = "yaml-cpp-yaml-cpp-0.9.0",
408
urls = [
409
- "https://github.com/jbeder/yaml-cpp/archive/refs/tags/0.8.0.tar.gz",
+ "https://github.com/jbeder/yaml-cpp/archive/refs/tags/yaml-cpp-0.9.0.tar.gz",
410
],
411
)
412
0 commit comments