Skip to content

Commit 5d760fb

Browse files
authored
bump cpp_jsonnet dependency to align with v0.20.0 release (#748)
1 parent 4324105 commit 5d760fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: bazel/repositories.bzl

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ load(
44
)
55

66
# NB: update_cpp_jsonnet.sh looks for these.
7-
CPP_JSONNET_SHA256 = "af7c9c102daab64de39fe9e479acc7389b8dd2d0647c2f9c6abc9c429070b0b8"
8-
CPP_JSONNET_GITHASH = "813c7412d1c7a42737724d011618d0fd7865bc69"
7+
CPP_JSONNET_SHA256 = "ac01553989006ba61a09dad5b016facaaa58186260eb28f79936e942cb1d1692"
8+
CPP_JSONNET_GITHASH = "f45e01d632b29e4c0757ec7ba188ce759298e6d3"
99

1010
def jsonnet_go_repositories():
1111
http_archive(

0 commit comments

Comments
 (0)